Html Css Color HEX #DECDA0 Double Colonial White
📋 copy color: '#DECDA0'red 222 ◦ green 205 ◦ blue 160
Shades of Double Colonial White #DECDA0
Tints of Double Colonial White #DECDA0
RGB
CMYK
RGB Variations
Color information
#DECDA0 (or 0xDECDA0) is known color: Double Colonial White. HEX triplet: DE, CD and A0. RGB value is (222,205,160). Sum of RGB (Red+Green+Blue) = 222+205+160=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDA0 is #21325F. Grayscale: #CDCDCD. Windows color (decimal): -2175584 or 10538462. OLE color: 10538462.
HSL color Cylindrical-coordinate representation of color #DECDA0: hue angle of 43.55º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DECDA0 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 160 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.13 |
| HSL | 43.55º | 0.48% | 0.75% | - |
| HSV(B) | 43.55º | 0.28% | 0.87% | - |
| XYZ | 58.3 | 61.73 | 42.1 | - |
| YUV | 204.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 160 | 0 | 0.08 | 0.28 | 0.13 | 43.55 | 0.48 | 0.75 |
| Hex | DE | CD | A0 | 0 | 8 | 1C | D | 2C | 30 | 4B |
| Octal | 336 | 315 | 240 | 0 | 10 | 34 | 15 | 54 | 60 | 113 |
| Binary | 11011110 | 11001101 | 10100000 | 0 | 1000 | 11100 | 1101 | 101100 | 110000 | 1001011 |
Color Harmonies of #DECDA0
Complementary color
Monochromatic Colors of #DECDA0
Black with #DECDA0
Text Example
Text Example
White with #DECDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDA0; }
p { color: rgb(222,205,160); }
H1.HeaderClassName
{
color: #DECDA0;
}
.AnyTagClassName
{
color: #DECDA0;
}
</style>
background-color css
<style>
a { background-color: #DECDA0; }
a { background-color: rgb(222,205,160); }
div.DivClassName
{
background-color: #DECDA0;
}
.BgClassName
{
background-color: #DECDA0;
}
</style>
border-color css
<style>
span { border-color: #DECDA0; }
span { border-color: rgb(222,205,160); }
td.TdClassName
{
border-color: #DECDA0;
}
.TagClassName
{
border-color: #DECDA0;
}
</style>