#DECB8F

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

Shades of Double Colonial White #DECB8F

Tints of Double Colonial White #DECB8F

Color information

#DECB8F (or 0xDECB8F) is unknown color: approx Double Colonial White. HEX triplet: DE, CB and 8F. RGB value is (222,203,143). Sum of RGB (Red+Green+Blue) = 222+203+143=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB8F is #213470. Grayscale: #CACACA. Windows color (decimal): -2176113 or 9423838. OLE color: 9423838.

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

Color convert

RGB222203143-
CMYK00.090.360.13
HSL45.57º54.48%71.57%-
HSV(B)45.57º35.59%87.06%-
XYZ56.4460.2234.64-
YUV201.8494.79142.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 143 (56.25% from 255) = 25.18%
R=39.08%
G=35.74%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220314300.090.360.1345.5754.4871.57
HexDECB8F0924D2e3648
Octal33631321701144155666110
Binary1101111011001011100011110100110010011011011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB8F; }

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

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

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

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

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

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

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

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