Html Css Color HEX #DECC9C Double Colonial White
📋 copy color: '#DECC9C'red 222 ◦ green 204 ◦ blue 156
Shades of Double Colonial White #DECC9C
Tints of Double Colonial White #DECC9C
RGB
CMYK
RGB Variations
Color information
#DECC9C (or 0xDECC9C) is known color: Double Colonial White. HEX triplet: DE, CC and 9C. RGB value is (222,204,156). Sum of RGB (Red+Green+Blue) = 222+204+156=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC9C is #213363. Grayscale: #CCCCCC. Windows color (decimal): -2175844 or 10276062. OLE color: 10276062.
HSL color Cylindrical-coordinate representation of color #DECC9C: hue angle of 43.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DECC9C is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 156 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.13 |
| HSL | 43.64º | 0.5% | 0.74% | - |
| HSV(B) | 43.64º | 0.3% | 0.87% | - |
| XYZ | 57.72 | 61.12 | 40.21 | - |
| YUV | 203.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 156 | 0 | 0.08 | 0.30 | 0.13 | 43.64 | 0.5 | 0.74 |
| Hex | DE | CC | 9C | 0 | 8 | 1E | D | 2C | 32 | 4A |
| Octal | 336 | 314 | 234 | 0 | 10 | 36 | 15 | 54 | 62 | 112 |
| Binary | 11011110 | 11001100 | 10011100 | 0 | 1000 | 11110 | 1101 | 101100 | 110010 | 1001010 |
Color Harmonies of #DECC9C
Complementary color
Monochromatic Colors of #DECC9C
Black with #DECC9C
Text Example
Text Example
White with #DECC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC9C; }
p { color: rgb(222,204,156); }
H1.HeaderClassName
{
color: #DECC9C;
}
.AnyTagClassName
{
color: #DECC9C;
}
</style>
background-color css
<style>
a { background-color: #DECC9C; }
a { background-color: rgb(222,204,156); }
div.DivClassName
{
background-color: #DECC9C;
}
.BgClassName
{
background-color: #DECC9C;
}
</style>
border-color css
<style>
span { border-color: #DECC9C; }
span { border-color: rgb(222,204,156); }
td.TdClassName
{
border-color: #DECC9C;
}
.TagClassName
{
border-color: #DECC9C;
}
</style>