#D8DF87

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

Shades of Primrose #D8DF87

Tints of Primrose #D8DF87

Color information

#D8DF87 (or 0xD8DF87) is unknown color: approx Primrose. HEX triplet: D8, DF and 87. RGB value is (216,223,135). Sum of RGB (Red+Green+Blue) = 216+223+135=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 135 (53.12% from 255 or 23.52% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DF87 is #272078. Grayscale: #D3D3D3. Windows color (decimal): -2564217 or 8904664. OLE color: 8904664.

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

Color convert

RGB216223135-
CMYK0.0300.390.13
HSL64.77º57.89%70.2%-
HSV(B)64.77º39.46%87.45%-
XYZ59.0869.1233.15-
YUV210.8885.18131.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.63%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 135 (53.12% from 255) = 23.52%
R=37.63%
G=38.85%
B=23.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162231350.0300.390.1364.7757.8970.2
HexD8DF873027D413a46
Octal33033720730471510172106
Binary110110001101111110000111110100111110110000011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DF87; }

 p { color: rgb(216,223,135); }

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

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

 a { background-color: rgb(216,223,135); }

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

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

 span { border-color: rgb(216,223,135); }

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