#DFDE9C

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

Shades of Primrose #DFDE9C

Tints of Primrose #DFDE9C

Color information

#DFDE9C (or 0xDFDE9C) is unknown color: approx Primrose. HEX triplet: DF, DE and 9C. RGB value is (223,222,156). Sum of RGB (Red+Green+Blue) = 223+222+156=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE9C is #202163. Grayscale: #D7D7D7. Windows color (decimal): -2105700 or 10280671. OLE color: 10280671.

HSL color Cylindrical-coordinate representation of color #DFDE9C: hue angle of 59.1º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFDE9C is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223222156-
CMYK00.000.300.13
HSL59.1º51.15%74.31%-
HSV(B)59.1º30.04%87.45%-
XYZ62.5570.3341.73-
YUV214.7794.83133.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 156 (61.33% from 255) = 25.96%
R=37.10%
G=36.94%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322215600.000.300.1359.151.1574.31
HexDFDE9C001ED3b334a
Octal3373362340036157363112
Binary110111111101111010011100001111011011110111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE9C; }

 p { color: rgb(223,222,156); }

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

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

 a { background-color: rgb(223,222,156); }

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

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

 span { border-color: rgb(223,222,156); }

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