#DEDB9B

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

Shades of Primrose #DEDB9B

Tints of Primrose #DEDB9B

Color information

#DEDB9B (or 0xDEDB9B) is unknown color: approx Primrose. HEX triplet: DE, DB and 9B. RGB value is (222,219,155). Sum of RGB (Red+Green+Blue) = 222+219+155=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB9B is #212464. Grayscale: #D4D4D4. Windows color (decimal): -2172005 or 10214366. OLE color: 10214366.

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

Color convert

RGB222219155-
CMYK00.010.300.13
HSL57.31º50.38%73.92%-
HSV(B)57.31º30.18%87.06%-
XYZ61.3768.5641.01-
YUV212.695.49134.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 155 (60.94% from 255) = 26.01%
R=37.25%
G=36.74%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221915500.010.300.1357.3150.3873.92
HexDEDB9B011ED39324a
Octal3363332330136157162112
Binary110111101101101110011011011111011011110011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB9B; }

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

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

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

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

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

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

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

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