#DEDB97

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

Shades of Primrose #DEDB97

Tints of Primrose #DEDB97

Color information

#DEDB97 (or 0xDEDB97) is unknown color: approx Primrose. HEX triplet: DE, DB and 97. RGB value is (222,219,151). Sum of RGB (Red+Green+Blue) = 222+219+151=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB97 is #212468. Grayscale: #D4D4D4. Windows color (decimal): -2172009 or 9952222. OLE color: 9952222.

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

Color convert

RGB222219151-
CMYK00.010.320.13
HSL57.46º51.82%73.14%-
HSV(B)57.46º31.98%87.06%-
XYZ61.0468.4339.27-
YUV212.1493.49135.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 151 (59.38% from 255) = 25.51%
R=37.5%
G=36.99%
B=25.51%

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
Decimal22221915100.010.320.1357.4651.8273.14
HexDEDB970120D393449
Octal3363332270140157164111
Binary1101111011011011100101110110000011011110011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB97; }

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

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

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

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

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

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

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

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