Html Css Color HEX #DECA99 Double Colonial White
📋 copy color: '#DECA99'red 222 ◦ green 202 ◦ blue 153
Shades of Double Colonial White #DECA99
Tints of Double Colonial White #DECA99
RGB
CMYK
RGB Variations
Color information
#DECA99 (or 0xDECA99) is known color: Double Colonial White. HEX triplet: DE, CA and 99. RGB value is (222,202,153). Sum of RGB (Red+Green+Blue) = 222+202+153=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA99 is #213566. Grayscale: #CACACA. Windows color (decimal): -2176359 or 10078942. OLE color: 10078942.
HSL color Cylindrical-coordinate representation of color #DECA99: hue angle of 42.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DECA99 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 153 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.13 |
| HSL | 42.61º | 0.51% | 0.74% | - |
| HSV(B) | 42.61º | 0.31% | 0.87% | - |
| XYZ | 56.99 | 60.07 | 38.73 | - |
| YUV | 202.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 153 | 0 | 0.09 | 0.31 | 0.13 | 42.61 | 0.51 | 0.74 |
| Hex | DE | CA | 99 | 0 | 9 | 1F | D | 2B | 33 | 4A |
| Octal | 336 | 312 | 231 | 0 | 11 | 37 | 15 | 53 | 63 | 112 |
| Binary | 11011110 | 11001010 | 10011001 | 0 | 1001 | 11111 | 1101 | 101011 | 110011 | 1001010 |
Color Harmonies of #DECA99
Complementary color
Monochromatic Colors of #DECA99
Black with #DECA99
Text Example
Text Example
White with #DECA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA99; }
p { color: rgb(222,202,153); }
H1.HeaderClassName
{
color: #DECA99;
}
.AnyTagClassName
{
color: #DECA99;
}
</style>
background-color css
<style>
a { background-color: #DECA99; }
a { background-color: rgb(222,202,153); }
div.DivClassName
{
background-color: #DECA99;
}
.BgClassName
{
background-color: #DECA99;
}
</style>
border-color css
<style>
span { border-color: #DECA99; }
span { border-color: rgb(222,202,153); }
td.TdClassName
{
border-color: #DECA99;
}
.TagClassName
{
border-color: #DECA99;
}
</style>