#DEDB9A

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

Shades of Primrose #DEDB9A

Tints of Primrose #DEDB9A

Color information

#DEDB9A (or 0xDEDB9A) is unknown color: approx Primrose. HEX triplet: DE, DB and 9A. RGB value is (222,219,154). Sum of RGB (Red+Green+Blue) = 222+219+154=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB9A is #212465. Grayscale: #D4D4D4. Windows color (decimal): -2172006 or 10148830. OLE color: 10148830.

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

Color convert

RGB222219154-
CMYK00.010.310.13
HSL57.35º50.75%73.73%-
HSV(B)57.35º30.63%87.06%-
XYZ61.2968.5340.57-
YUV212.4994.99134.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 154 (60.55% from 255) = 25.88%
R=37.31%
G=36.81%
B=25.88%

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
Decimal22221915400.010.310.1357.3550.7573.73
HexDEDB9A011FD39334a
Octal3363332320137157163112
Binary110111101101101110011010011111111011110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB9A; }

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

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

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

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

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

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

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

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