#D9D78C

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

Shades of Primrose #D9D78C

Tints of Primrose #D9D78C

Color information

#D9D78C (or 0xD9D78C) is unknown color: approx Primrose. HEX triplet: D9, D7 and 8C. RGB value is (217,215,140). Sum of RGB (Red+Green+Blue) = 217+215+140=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D78C is #262873. Grayscale: #CFCFCF. Windows color (decimal): -2500724 or 9230297. OLE color: 9230297.

HSL color Cylindrical-coordinate representation of color #D9D78C: hue angle of 58.44º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9D78C is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217215140-
CMYK00.010.350.15
HSL58.44º50.33%70%-
HSV(B)58.44º35.48%85.1%-
XYZ57.6565.2534.37-
YUV207.0590.16135.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 140 (55.08% from 255) = 24.48%
R=37.94%
G=37.59%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721514000.010.350.1558.4450.3370
HexD9D78C0123F3a3246
Octal3313272140143177262106
Binary1101100111010111100011000110001111111110101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D78C; }

 p { color: rgb(217,215,140); }

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

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

 a { background-color: rgb(217,215,140); }

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

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

 span { border-color: rgb(217,215,140); }

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