Html Css Color HEX #DEC892 Double Colonial White
📋 copy color: '#DEC892'red 222 ◦ green 200 ◦ blue 146
Shades of Double Colonial White #DEC892
Tints of Double Colonial White #DEC892
RGB
CMYK
RGB Variations
Color information
#DEC892 (or 0xDEC892) is known color: Double Colonial White. HEX triplet: DE, C8 and 92. RGB value is (222,200,146). Sum of RGB (Red+Green+Blue) = 222+200+146=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC892 is #21376D. Grayscale: #C8C8C8. Windows color (decimal): -2176878 or 9619678. OLE color: 9619678.
HSL color Cylindrical-coordinate representation of color #DEC892: hue angle of 42.63º degrees, saturation: 0.54, 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 #DEC892 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 146 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 42.63º | 0.54% | 0.72% | - |
| HSV(B) | 42.63º | 0.34% | 0.87% | - |
| XYZ | 55.97 | 58.91 | 35.62 | - |
| YUV | 200.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 146 | 0 | 0.10 | 0.34 | 0.13 | 42.63 | 0.54 | 0.72 |
| Hex | DE | C8 | 92 | 0 | A | 22 | D | 2B | 36 | 48 |
| Octal | 336 | 310 | 222 | 0 | 12 | 42 | 15 | 53 | 66 | 110 |
| Binary | 11011110 | 11001000 | 10010010 | 0 | 1010 | 100010 | 1101 | 101011 | 110110 | 1001000 |
Color Harmonies of #DEC892
Complementary color
Monochromatic Colors of #DEC892
Black with #DEC892
Text Example
Text Example
White with #DEC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC892; }
p { color: rgb(222,200,146); }
H1.HeaderClassName
{
color: #DEC892;
}
.AnyTagClassName
{
color: #DEC892;
}
</style>
background-color css
<style>
a { background-color: #DEC892; }
a { background-color: rgb(222,200,146); }
div.DivClassName
{
background-color: #DEC892;
}
.BgClassName
{
background-color: #DEC892;
}
</style>
border-color css
<style>
span { border-color: #DEC892; }
span { border-color: rgb(222,200,146); }
td.TdClassName
{
border-color: #DEC892;
}
.TagClassName
{
border-color: #DEC892;
}
</style>