#DFD786

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

Shades of Primrose #DFD786

Tints of Primrose #DFD786

Color information

#DFD786 (or 0xDFD786) is unknown color: approx Primrose. HEX triplet: DF, D7 and 86. RGB value is (223,215,134). Sum of RGB (Red+Green+Blue) = 223+215+134=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD786 is #202879. Grayscale: #D0D0D0. Windows color (decimal): -2107514 or 8837087. OLE color: 8837087.

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

Color convert

RGB223215134-
CMYK00.040.400.13
HSL54.61º58.17%70%-
HSV(B)54.61º39.91%87.45%-
XYZ59.0366.0132.18-
YUV208.1686.15138.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 134 (52.73% from 255) = 23.43%
R=38.99%
G=37.59%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321513400.040.400.1354.6158.1770
HexDFD7860428D373a46
Octal3373272060450156772106
Binary110111111101011110000110010010100011011101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD786; }

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

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

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

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

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

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

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

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