Html Css Color HEX #DEC893 Double Colonial White
📋 copy color: '#DEC893'red 222 ◦ green 200 ◦ blue 147
Shades of Double Colonial White #DEC893
Tints of Double Colonial White #DEC893
RGB
CMYK
RGB Variations
Color information
#DEC893 (or 0xDEC893) is known color: Double Colonial White. HEX triplet: DE, C8 and 93. RGB value is (222,200,147). Sum of RGB (Red+Green+Blue) = 222+200+147=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC893 is #21376C. Grayscale: #C8C8C8. Windows color (decimal): -2176877 or 9685214. OLE color: 9685214.
HSL color Cylindrical-coordinate representation of color #DEC893: hue angle of 42.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEC893 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 147 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 42.4º | 0.53% | 0.72% | - |
| HSV(B) | 42.4º | 0.34% | 0.87% | - |
| XYZ | 56.04 | 58.94 | 36.03 | - |
| YUV | 200.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 147 | 0 | 0.10 | 0.34 | 0.13 | 42.4 | 0.53 | 0.72 |
| Hex | DE | C8 | 93 | 0 | A | 22 | D | 2A | 35 | 48 |
| Octal | 336 | 310 | 223 | 0 | 12 | 42 | 15 | 52 | 65 | 110 |
| Binary | 11011110 | 11001000 | 10010011 | 0 | 1010 | 100010 | 1101 | 101010 | 110101 | 1001000 |
Color Harmonies of #DEC893
Complementary color
Monochromatic Colors of #DEC893
Black with #DEC893
Text Example
Text Example
White with #DEC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC893; }
p { color: rgb(222,200,147); }
H1.HeaderClassName
{
color: #DEC893;
}
.AnyTagClassName
{
color: #DEC893;
}
</style>
background-color css
<style>
a { background-color: #DEC893; }
a { background-color: rgb(222,200,147); }
div.DivClassName
{
background-color: #DEC893;
}
.BgClassName
{
background-color: #DEC893;
}
</style>
border-color css
<style>
span { border-color: #DEC893; }
span { border-color: rgb(222,200,147); }
td.TdClassName
{
border-color: #DEC893;
}
.TagClassName
{
border-color: #DEC893;
}
</style>