#DECB92

Color #DECB92 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #DECB92

Tints of Double Colonial White #DECB92

Color information

#DECB92 (or 0xDECB92) is unknown color: approx Double Colonial White. HEX triplet: DE, CB and 92. RGB value is (222,203,146). Sum of RGB (Red+Green+Blue) = 222+203+146=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 146 (57.42% from 255 or 25.57% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB92 is #21346D. Grayscale: #CACACA. Windows color (decimal): -2176110 or 9620446. OLE color: 9620446.

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

Color convert

RGB222203146-
CMYK00.090.340.13
HSL45º53.52%72.16%-
HSV(B)45º34.23%87.06%-
XYZ56.6760.3235.85-
YUV202.1896.29142.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 146 (57.42% from 255) = 25.57%
R=38.88%
G=35.55%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220314600.090.340.134553.5272.16
HexDECB920922D2d3648
Octal33631322201142155566110
Binary1101111011001011100100100100110001011011011011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB92; }

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

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

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

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

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

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

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

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