Html Css Color HEX #DEC98F Double Colonial White
📋 copy color: '#DEC98F'red 222 ◦ green 201 ◦ blue 143
Shades of Double Colonial White #DEC98F
Tints of Double Colonial White #DEC98F
RGB
CMYK
RGB Variations
Color information
#DEC98F (or 0xDEC98F) is known color: Double Colonial White. HEX triplet: DE, C9 and 8F. RGB value is (222,201,143). Sum of RGB (Red+Green+Blue) = 222+201+143=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC98F is #213670. Grayscale: #C8C8C8. Windows color (decimal): -2176625 or 9423326. OLE color: 9423326.
HSL color Cylindrical-coordinate representation of color #DEC98F: hue angle of 44.05º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEC98F is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 143 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.13 |
| HSL | 44.05º | 0.54% | 0.72% | - |
| HSV(B) | 44.05º | 0.36% | 0.87% | - |
| XYZ | 55.97 | 59.29 | 34.48 | - |
| YUV | 200.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 143 | 0 | 0.09 | 0.36 | 0.13 | 44.05 | 0.54 | 0.72 |
| Hex | DE | C9 | 8F | 0 | 9 | 24 | D | 2C | 36 | 48 |
| Octal | 336 | 311 | 217 | 0 | 11 | 44 | 15 | 54 | 66 | 110 |
| Binary | 11011110 | 11001001 | 10001111 | 0 | 1001 | 100100 | 1101 | 101100 | 110110 | 1001000 |
Color Harmonies of #DEC98F
Complementary color
Monochromatic Colors of #DEC98F
Black with #DEC98F
Text Example
Text Example
White with #DEC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC98F; }
p { color: rgb(222,201,143); }
H1.HeaderClassName
{
color: #DEC98F;
}
.AnyTagClassName
{
color: #DEC98F;
}
</style>
background-color css
<style>
a { background-color: #DEC98F; }
a { background-color: rgb(222,201,143); }
div.DivClassName
{
background-color: #DEC98F;
}
.BgClassName
{
background-color: #DEC98F;
}
</style>
border-color css
<style>
span { border-color: #DEC98F; }
span { border-color: rgb(222,201,143); }
td.TdClassName
{
border-color: #DEC98F;
}
.TagClassName
{
border-color: #DEC98F;
}
</style>