#DFD987

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

Shades of Primrose #DFD987

Tints of Primrose #DFD987

Color information

#DFD987 (or 0xDFD987) is unknown color: approx Primrose. HEX triplet: DF, D9 and 87. RGB value is (223,217,135). Sum of RGB (Red+Green+Blue) = 223+217+135=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 135 (53.12% from 255 or 23.48% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD987 is #202678. Grayscale: #D1D1D1. Windows color (decimal): -2107001 or 8903135. OLE color: 8903135.

HSL color Cylindrical-coordinate representation of color #DFD987: hue angle of 55.91º 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 #DFD987 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB223217135-
CMYK00.030.390.13
HSL55.91º57.89%70.2%-
HSV(B)55.91º39.46%87.45%-
XYZ59.6267.0632.72-
YUV209.4585.99137.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 135 (53.12% from 255) = 23.48%
R=38.78%
G=37.74%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321713500.030.390.1355.9157.8970.2
HexDFD9870327D383a46
Octal3373312070347157072106
Binary11011111110110011000011101110011111011110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD987; }

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

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

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

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

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

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

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

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