#DEDC96

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

Shades of Primrose #DEDC96

Tints of Primrose #DEDC96

Color information

#DEDC96 (or 0xDEDC96) is unknown color: approx Primrose. HEX triplet: DE, DC and 96. RGB value is (222,220,150). Sum of RGB (Red+Green+Blue) = 222+220+150=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC96 is #212369. Grayscale: #D4D4D4. Windows color (decimal): -2171754 or 9886942. OLE color: 9886942.

HSL color Cylindrical-coordinate representation of color #DEDC96: hue angle of 58.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEDC96 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222220150-
CMYK00.010.320.13
HSL58.33º52.17%72.94%-
HSV(B)58.33º32.43%87.06%-
XYZ61.2268.9238.93-
YUV212.6292.66134.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 150 (58.98% from 255) = 25.34%
R=37.5%
G=37.16%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222015000.010.320.1358.3352.1772.94
HexDEDC960120D3a3449
Octal3363342260140157264111
Binary1101111011011100100101100110000011011110101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDC96; }

 p { color: rgb(222,220,150); }

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

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

 a { background-color: rgb(222,220,150); }

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

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

 span { border-color: rgb(222,220,150); }

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