Html Css Color HEX #DECD9A Double Colonial White
📋 copy color: '#DECD9A'red 222 ◦ green 205 ◦ blue 154
Shades of Double Colonial White #DECD9A
Tints of Double Colonial White #DECD9A
RGB
CMYK
RGB Variations
Color information
#DECD9A (or 0xDECD9A) is known color: Double Colonial White. HEX triplet: DE, CD and 9A. RGB value is (222,205,154). Sum of RGB (Red+Green+Blue) = 222+205+154=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD9A is #213265. Grayscale: #CCCCCC. Windows color (decimal): -2175590 or 10145246. OLE color: 10145246.
HSL color Cylindrical-coordinate representation of color #DECD9A: hue angle of 45º 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 #DECD9A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 154 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.13 |
| HSL | 45º | 0.51% | 0.74% | - |
| HSV(B) | 45º | 0.31% | 0.87% | - |
| XYZ | 57.79 | 61.53 | 39.4 | - |
| YUV | 204.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 154 | 0 | 0.08 | 0.31 | 0.13 | 45 | 0.51 | 0.74 |
| Hex | DE | CD | 9A | 0 | 8 | 1F | D | 2D | 33 | 4A |
| Octal | 336 | 315 | 232 | 0 | 10 | 37 | 15 | 55 | 63 | 112 |
| Binary | 11011110 | 11001101 | 10011010 | 0 | 1000 | 11111 | 1101 | 101101 | 110011 | 1001010 |
Color Harmonies of #DECD9A
Complementary color
Monochromatic Colors of #DECD9A
Black with #DECD9A
Text Example
Text Example
White with #DECD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD9A; }
p { color: rgb(222,205,154); }
H1.HeaderClassName
{
color: #DECD9A;
}
.AnyTagClassName
{
color: #DECD9A;
}
</style>
background-color css
<style>
a { background-color: #DECD9A; }
a { background-color: rgb(222,205,154); }
div.DivClassName
{
background-color: #DECD9A;
}
.BgClassName
{
background-color: #DECD9A;
}
</style>
border-color css
<style>
span { border-color: #DECD9A; }
span { border-color: rgb(222,205,154); }
td.TdClassName
{
border-color: #DECD9A;
}
.TagClassName
{
border-color: #DECD9A;
}
</style>