#DFDA86

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

Shades of Primrose #DFDA86

Tints of Primrose #DFDA86

Color information

#DFDA86 (or 0xDFDA86) is unknown color: approx Primrose. HEX triplet: DF, DA and 86. RGB value is (223,218,134). Sum of RGB (Red+Green+Blue) = 223+218+134=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA86 is #202579. Grayscale: #D2D2D2. Windows color (decimal): -2106746 or 8837855. OLE color: 8837855.

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

Color convert

RGB223218134-
CMYK00.020.400.13
HSL56.63º58.17%70%-
HSV(B)56.63º39.91%87.45%-
XYZ59.8167.5532.44-
YUV209.9285.16137.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 134 (52.73% from 255) = 23.30%
R=38.78%
G=37.91%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321813400.020.400.1356.6358.1770
HexDFDA860228D393a46
Octal3373322060250157172106
Binary11011111110110101000011001010100011011110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA86; }

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

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

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

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

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

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

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

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