#DED78A

Color #DED78A Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DED78A

Tints of Primrose #DED78A

Color information

#DED78A (or 0xDED78A) is unknown color: approx Primrose. HEX triplet: DE, D7 and 8A. RGB value is (222,215,138). Sum of RGB (Red+Green+Blue) = 222+215+138=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DED78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED78A is #212875. Grayscale: #D0D0D0. Windows color (decimal): -2173046 or 9099230. OLE color: 9099230.

HSL color Cylindrical-coordinate representation of color #DED78A: hue angle of 55º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DED78A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222215138-
CMYK00.030.380.13
HSL55º56%70.59%-
HSV(B)55º37.84%87.06%-
XYZ59.0165.9733.67-
YUV208.3288.32137.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 138 (54.30% from 255) = 24%
R=38.61%
G=37.39%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221513800.030.380.13555670.59
HexDED78A0326D373847
Octal3363272120346156770107
Binary11011110110101111000101001110011011011101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED78A; }

 p { color: rgb(222,215,138); }

 H1.HeaderClassName
 {
   color: #DED78A;
 }
 .AnyTagClassName
 {
   color: #DED78A;
 }
</style>
background-color css

<style>
 a { background-color: #DED78A; }

 a { background-color: rgb(222,215,138); }

 div.DivClassName
 {
   background-color: #DED78A;
 }
 .BgClassName
 {
   background-color: #DED78A;
 }
</style>
border-color css

<style>
 span { border-color: #DED78A; }

 span { border-color: rgb(222,215,138); }

 td.TdClassName
 {
   border-color: #DED78A;
 }
 .TagClassName
 {
   border-color: #DED78A;
 }
</style>