#DECB95

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

Shades of Double Colonial White #DECB95

Tints of Double Colonial White #DECB95

Color information

#DECB95 (or 0xDECB95) is unknown color: approx Double Colonial White. HEX triplet: DE, CB and 95. RGB value is (222,203,149). Sum of RGB (Red+Green+Blue) = 222+203+149=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB95 is #21346A. Grayscale: #CACACA. Windows color (decimal): -2176107 or 9817054. OLE color: 9817054.

HSL color Cylindrical-coordinate representation of color #DECB95: hue angle of 44.38º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DECB95 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222203149-
CMYK00.090.330.13
HSL44.38º52.52%72.75%-
HSV(B)44.38º32.88%87.06%-
XYZ56.960.4137.1-
YUV202.5297.79141.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=38.68%
G=35.37%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220314900.090.330.1344.3852.5272.75
HexDECB950921D2c3549
Octal33631322501141155465111
Binary1101111011001011100101010100110000111011011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB95; }

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

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

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

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

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

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

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

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