#DEDD9C

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

Shades of Primrose #DEDD9C

Tints of Primrose #DEDD9C

Color information

#DEDD9C (or 0xDEDD9C) is unknown color: approx Primrose. HEX triplet: DE, DD and 9C. RGB value is (222,221,156). Sum of RGB (Red+Green+Blue) = 222+221+156=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD9C is #212263. Grayscale: #D6D6D6. Windows color (decimal): -2171492 or 10280414. OLE color: 10280414.

HSL color Cylindrical-coordinate representation of color #DEDD9C: hue angle of 59.09º degrees, saturation: 0.5, 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 #DEDD9C is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222221156-
CMYK00.000.300.13
HSL59.09º50%74.12%-
HSV(B)59.09º29.73%87.06%-
XYZ61.9869.6441.63-
YUV213.8995.33133.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 156 (61.33% from 255) = 26.04%
R=37.06%
G=36.89%
B=26.04%

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
Decimal22222115600.000.300.1359.095074.12
HexDEDD9C001ED3b324a
Octal3363352340036157362112
Binary110111101101110110011100001111011011110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD9C; }

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

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

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

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

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

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

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

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