Html Css Color HEX #DEC792 Double Colonial White
📋 copy color: '#DEC792'red 222 ◦ green 199 ◦ blue 146
Shades of Double Colonial White #DEC792
Tints of Double Colonial White #DEC792
RGB
CMYK
RGB Variations
Color information
#DEC792 (or 0xDEC792) is known color: Double Colonial White. HEX triplet: DE, C7 and 92. RGB value is (222,199,146). Sum of RGB (Red+Green+Blue) = 222+199+146=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC792 is #21386D. Grayscale: #C8C8C8. Windows color (decimal): -2177134 or 9619422. OLE color: 9619422.
HSL color Cylindrical-coordinate representation of color #DEC792: hue angle of 41.84º 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 #DEC792 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 146 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 41.84º | 0.54% | 0.72% | - |
| HSV(B) | 41.84º | 0.34% | 0.87% | - |
| XYZ | 55.74 | 58.45 | 35.54 | - |
| YUV | 199.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 146 | 0 | 0.10 | 0.34 | 0.13 | 41.84 | 0.54 | 0.72 |
| Hex | DE | C7 | 92 | 0 | A | 22 | D | 2A | 36 | 48 |
| Octal | 336 | 307 | 222 | 0 | 12 | 42 | 15 | 52 | 66 | 110 |
| Binary | 11011110 | 11000111 | 10010010 | 0 | 1010 | 100010 | 1101 | 101010 | 110110 | 1001000 |
Color Harmonies of #DEC792
Complementary color
Monochromatic Colors of #DEC792
Black with #DEC792
Text Example
Text Example
White with #DEC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC792; }
p { color: rgb(222,199,146); }
H1.HeaderClassName
{
color: #DEC792;
}
.AnyTagClassName
{
color: #DEC792;
}
</style>
background-color css
<style>
a { background-color: #DEC792; }
a { background-color: rgb(222,199,146); }
div.DivClassName
{
background-color: #DEC792;
}
.BgClassName
{
background-color: #DEC792;
}
</style>
border-color css
<style>
span { border-color: #DEC792; }
span { border-color: rgb(222,199,146); }
td.TdClassName
{
border-color: #DEC792;
}
.TagClassName
{
border-color: #DEC792;
}
</style>