#DFDC87

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

Shades of Primrose #DFDC87

Tints of Primrose #DFDC87

Color information

#DFDC87 (or 0xDFDC87) is unknown color: approx Primrose. HEX triplet: DF, DC and 87. RGB value is (223,220,135). Sum of RGB (Red+Green+Blue) = 223+220+135=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC87 is #202378. Grayscale: #D3D3D3. Windows color (decimal): -2106233 or 8903903. OLE color: 8903903.

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

Color convert

RGB223220135-
CMYK00.010.390.13
HSL57.95º57.89%70.2%-
HSV(B)57.95º39.46%87.45%-
XYZ60.468.6232.98-
YUV211.2184.99136.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 135 (53.12% from 255) = 23.36%
R=38.58%
G=38.06%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322013500.010.390.1357.9557.8970.2
HexDFDC870127D3a3a46
Octal3373342070147157272106
Binary1101111111011100100001110110011111011110101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC87; }

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

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

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

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

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

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

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

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