#DECE9D

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

Shades of Double Colonial White #DECE9D

Tints of Double Colonial White #DECE9D

Color information

#DECE9D (or 0xDECE9D) is unknown color: approx Double Colonial White. HEX triplet: DE, CE and 9D. RGB value is (222,206,157). Sum of RGB (Red+Green+Blue) = 222+206+157=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE9D is #213162. Grayscale: #CDCDCD. Windows color (decimal): -2175331 or 10342110. OLE color: 10342110.

HSL color Cylindrical-coordinate representation of color #DECE9D: hue angle of 45.23º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DECE9D is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222206157-
CMYK00.070.290.13
HSL45.23º49.62%74.31%-
HSV(B)45.23º29.28%87.06%-
XYZ58.2862.1140.81-
YUV205.2100.8139.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=37.95%
G=35.21%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220615700.070.290.1345.2349.6274.31
HexDECE9D071DD2d324a
Octal3363162350735155562112
Binary11011110110011101001110101111110111011011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE9D; }

 p { color: rgb(222,206,157); }

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

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

 a { background-color: rgb(222,206,157); }

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

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

 span { border-color: rgb(222,206,157); }

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