#DFDC86

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

Shades of Primrose #DFDC86

Tints of Primrose #DFDC86

Color information

#DFDC86 (or 0xDFDC86) is unknown color: approx Primrose. HEX triplet: DF, DC and 86. RGB value is (223,220,134). Sum of RGB (Red+Green+Blue) = 223+220+134=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC86 is #202379. Grayscale: #D3D3D3. Windows color (decimal): -2106234 or 8838367. OLE color: 8838367.

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

Color convert

RGB223220134-
CMYK00.010.400.13
HSL57.98º58.17%70%-
HSV(B)57.98º39.91%87.45%-
XYZ60.3368.632.61-
YUV211.0984.49136.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 134 (52.73% from 255) = 23.22%
R=38.65%
G=38.13%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322013400.010.400.1357.9858.1770
HexDFDC860128D3a3a46
Octal3373342060150157272106
Binary1101111111011100100001100110100011011110101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC86; }

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

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

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

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

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

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

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

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