#DEDB92

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

Shades of Primrose #DEDB92

Tints of Primrose #DEDB92

Color information

#DEDB92 (or 0xDEDB92) is unknown color: approx Primrose. HEX triplet: DE, DB and 92. RGB value is (222,219,146). Sum of RGB (Red+Green+Blue) = 222+219+146=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB92 is #21246D. Grayscale: #D3D3D3. Windows color (decimal): -2172014 or 9624542. OLE color: 9624542.

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

Color convert

RGB222219146-
CMYK00.010.340.13
HSL57.63º53.52%72.16%-
HSV(B)57.63º34.23%87.06%-
XYZ60.6468.2737.17-
YUV211.5890.99135.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 146 (57.42% from 255) = 24.87%
R=37.82%
G=37.31%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221914600.010.340.1357.6353.5272.16
HexDEDB920122D3a3648
Octal3363332220142157266110
Binary1101111011011011100100100110001011011110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB92; }

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

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

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

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

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

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

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

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