#DECB93

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

Shades of Double Colonial White #DECB93

Tints of Double Colonial White #DECB93

Color information

#DECB93 (or 0xDECB93) is unknown color: approx Double Colonial White. HEX triplet: DE, CB and 93. RGB value is (222,203,147). Sum of RGB (Red+Green+Blue) = 222+203+147=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB93 is #21346C. Grayscale: #CACACA. Windows color (decimal): -2176109 or 9685982. OLE color: 9685982.

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

Color convert

RGB222203147-
CMYK00.090.340.13
HSL44.8º53.19%72.35%-
HSV(B)44.8º33.78%87.06%-
XYZ56.7560.3536.26-
YUV202.396.79142.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 147 (57.81% from 255) = 25.70%
R=38.81%
G=35.49%
B=25.70%

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
Decimal22220314700.090.340.1344.853.1972.35
HexDECB930922D2d3548
Octal33631322301142155565110
Binary1101111011001011100100110100110001011011011011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB93; }

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

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

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

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

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

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

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

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