#DEDD97

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

Shades of Primrose #DEDD97

Tints of Primrose #DEDD97

Color information

#DEDD97 (or 0xDEDD97) is unknown color: approx Primrose. HEX triplet: DE, DD and 97. RGB value is (222,221,151). Sum of RGB (Red+Green+Blue) = 222+221+151=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD97 is #212268. Grayscale: #D5D5D5. Windows color (decimal): -2171497 or 9952734. OLE color: 9952734.

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

Color convert

RGB222221151-
CMYK00.000.320.13
HSL59.15º51.82%73.14%-
HSV(B)59.15º31.98%87.06%-
XYZ61.5769.4839.44-
YUV213.3292.83134.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 151 (59.38% from 255) = 25.42%
R=37.37%
G=37.21%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222115100.000.320.1359.1551.8273.14
HexDEDD970020D3b3449
Octal3363352270040157364111
Binary1101111011011101100101110010000011011110111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD97; }

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

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

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

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

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

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

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

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