Html Css Color HEX #DECB93 Double Colonial White
📋 copy color: '#DECB93'red 222 ◦ green 203 ◦ blue 147
Shades of Double Colonial White #DECB93
Tints of Double Colonial White #DECB93
RGB
CMYK
RGB Variations
Color information
#DECB93 (or 0xDECB93) is known color: Double Colonial White. HEX triplet: DE, CB and 93. RGB value is (222,203,147). Sum of RGB (Red+Green+Blue) = 222+203+147=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB93 is #21346C. Grayscale: #CACACA. Windows color (decimal): -2176109 or 9685982. OLE color: 9685982.
HSL color Cylindrical-coordinate representation of color #DECB93: hue angle of 44.8º degrees, saturation: 0.53, 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 #DECB93 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 147 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.13 |
| HSL | 44.8º | 0.53% | 0.72% | - |
| HSV(B) | 44.8º | 0.34% | 0.87% | - |
| XYZ | 56.75 | 60.35 | 36.26 | - |
| YUV | 202.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 147 | 0 | 0.09 | 0.34 | 0.13 | 44.8 | 0.53 | 0.72 |
| Hex | DE | CB | 93 | 0 | 9 | 22 | D | 2D | 35 | 48 |
| Octal | 336 | 313 | 223 | 0 | 11 | 42 | 15 | 55 | 65 | 110 |
| Binary | 11011110 | 11001011 | 10010011 | 0 | 1001 | 100010 | 1101 | 101101 | 110101 | 1001000 |
Color Harmonies of #DECB93
Complementary color
Monochromatic Colors of #DECB93
Black with #DECB93
Text Example
Text Example
White with #DECB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB93; }
p { color: rgb(222,203,147); }
H1.HeaderClassName
{
color: #DECB93;
}
.AnyTagClassName
{
color: #DECB93;
}
</style>
background-color css
<style>
a { background-color: #DECB93; }
a { background-color: rgb(222,203,147); }
div.DivClassName
{
background-color: #DECB93;
}
.BgClassName
{
background-color: #DECB93;
}
</style>
border-color css
<style>
span { border-color: #DECB93; }
span { border-color: rgb(222,203,147); }
td.TdClassName
{
border-color: #DECB93;
}
.TagClassName
{
border-color: #DECB93;
}
</style>