Html Css Color HEX #DEC998 Double Colonial White
📋 copy color: '#DEC998'red 222 ◦ green 201 ◦ blue 152
Shades of Double Colonial White #DEC998
Tints of Double Colonial White #DEC998
RGB
CMYK
RGB Variations
Color information
#DEC998 (or 0xDEC998) is known color: Double Colonial White. HEX triplet: DE, C9 and 98. RGB value is (222,201,152). Sum of RGB (Red+Green+Blue) = 222+201+152=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC998 is #213667. Grayscale: #C9C9C9. Windows color (decimal): -2176616 or 10013150. OLE color: 10013150.
HSL color Cylindrical-coordinate representation of color #DEC998: hue angle of 42º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEC998 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 152 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.13 |
| HSL | 42º | 0.51% | 0.73% | - |
| HSV(B) | 42º | 0.32% | 0.87% | - |
| XYZ | 56.68 | 59.57 | 38.22 | - |
| YUV | 201.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 152 | 0 | 0.09 | 0.32 | 0.13 | 42 | 0.51 | 0.73 |
| Hex | DE | C9 | 98 | 0 | 9 | 20 | D | 2A | 33 | 49 |
| Octal | 336 | 311 | 230 | 0 | 11 | 40 | 15 | 52 | 63 | 111 |
| Binary | 11011110 | 11001001 | 10011000 | 0 | 1001 | 100000 | 1101 | 101010 | 110011 | 1001001 |
Color Harmonies of #DEC998
Complementary color
Monochromatic Colors of #DEC998
Black with #DEC998
Text Example
Text Example
White with #DEC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC998; }
p { color: rgb(222,201,152); }
H1.HeaderClassName
{
color: #DEC998;
}
.AnyTagClassName
{
color: #DEC998;
}
</style>
background-color css
<style>
a { background-color: #DEC998; }
a { background-color: rgb(222,201,152); }
div.DivClassName
{
background-color: #DEC998;
}
.BgClassName
{
background-color: #DEC998;
}
</style>
border-color css
<style>
span { border-color: #DEC998; }
span { border-color: rgb(222,201,152); }
td.TdClassName
{
border-color: #DEC998;
}
.TagClassName
{
border-color: #DEC998;
}
</style>