Html Css Color HEX #DECC9A Double Colonial White
📋 copy color: '#DECC9A'red 222 ◦ green 204 ◦ blue 154
Shades of Double Colonial White #DECC9A
Tints of Double Colonial White #DECC9A
RGB
CMYK
RGB Variations
Color information
#DECC9A (or 0xDECC9A) is known color: Double Colonial White. HEX triplet: DE, CC and 9A. RGB value is (222,204,154). Sum of RGB (Red+Green+Blue) = 222+204+154=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC9A is #213365. Grayscale: #CBCBCB. Windows color (decimal): -2175846 or 10144990. OLE color: 10144990.
HSL color Cylindrical-coordinate representation of color #DECC9A: hue angle of 44.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DECC9A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 154 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.13 |
| HSL | 44.12º | 0.51% | 0.74% | - |
| HSV(B) | 44.12º | 0.31% | 0.87% | - |
| XYZ | 57.55 | 61.05 | 39.32 | - |
| YUV | 203.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 154 | 0 | 0.08 | 0.31 | 0.13 | 44.12 | 0.51 | 0.74 |
| Hex | DE | CC | 9A | 0 | 8 | 1F | D | 2C | 33 | 4A |
| Octal | 336 | 314 | 232 | 0 | 10 | 37 | 15 | 54 | 63 | 112 |
| Binary | 11011110 | 11001100 | 10011010 | 0 | 1000 | 11111 | 1101 | 101100 | 110011 | 1001010 |
Color Harmonies of #DECC9A
Complementary color
Monochromatic Colors of #DECC9A
Black with #DECC9A
Text Example
Text Example
White with #DECC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC9A; }
p { color: rgb(222,204,154); }
H1.HeaderClassName
{
color: #DECC9A;
}
.AnyTagClassName
{
color: #DECC9A;
}
</style>
background-color css
<style>
a { background-color: #DECC9A; }
a { background-color: rgb(222,204,154); }
div.DivClassName
{
background-color: #DECC9A;
}
.BgClassName
{
background-color: #DECC9A;
}
</style>
border-color css
<style>
span { border-color: #DECC9A; }
span { border-color: rgb(222,204,154); }
td.TdClassName
{
border-color: #DECC9A;
}
.TagClassName
{
border-color: #DECC9A;
}
</style>