#DEDB99

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

Shades of Primrose #DEDB99

Tints of Primrose #DEDB99

Color information

#DEDB99 (or 0xDEDB99) is unknown color: approx Primrose. HEX triplet: DE, DB and 99. RGB value is (222,219,153). Sum of RGB (Red+Green+Blue) = 222+219+153=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB99 is #212466. Grayscale: #D4D4D4. Windows color (decimal): -2172007 or 10083294. OLE color: 10083294.

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

Color convert

RGB222219153-
CMYK00.010.310.13
HSL57.39º51.11%73.53%-
HSV(B)57.39º31.08%87.06%-
XYZ61.2168.4940.13-
YUV212.3794.49134.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 153 (60.16% from 255) = 25.76%
R=37.37%
G=36.87%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221915300.010.310.1357.3951.1173.53
HexDEDB99011FD39334a
Octal3363332310137157163112
Binary110111101101101110011001011111111011110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB99; }

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

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

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

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

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

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

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

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