Html Css Color HEX #DECD98 Double Colonial White
📋 copy color: '#DECD98'red 222 ◦ green 205 ◦ blue 152
Shades of Double Colonial White #DECD98
Tints of Double Colonial White #DECD98
RGB
CMYK
RGB Variations
Color information
#DECD98 (or 0xDECD98) is known color: Double Colonial White. HEX triplet: DE, CD and 98. RGB value is (222,205,152). Sum of RGB (Red+Green+Blue) = 222+205+152=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD98 is #213267. Grayscale: #CCCCCC. Windows color (decimal): -2175592 or 10014174. OLE color: 10014174.
HSL color Cylindrical-coordinate representation of color #DECD98: hue angle of 45.43º 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 #DECD98 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 152 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.13 |
| HSL | 45.43º | 0.51% | 0.73% | - |
| HSV(B) | 45.43º | 0.32% | 0.87% | - |
| XYZ | 57.62 | 61.46 | 38.53 | - |
| YUV | 204.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 152 | 0 | 0.08 | 0.32 | 0.13 | 45.43 | 0.51 | 0.73 |
| Hex | DE | CD | 98 | 0 | 8 | 20 | D | 2D | 33 | 49 |
| Octal | 336 | 315 | 230 | 0 | 10 | 40 | 15 | 55 | 63 | 111 |
| Binary | 11011110 | 11001101 | 10011000 | 0 | 1000 | 100000 | 1101 | 101101 | 110011 | 1001001 |
Color Harmonies of #DECD98
Complementary color
Monochromatic Colors of #DECD98
Black with #DECD98
Text Example
Text Example
White with #DECD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD98; }
p { color: rgb(222,205,152); }
H1.HeaderClassName
{
color: #DECD98;
}
.AnyTagClassName
{
color: #DECD98;
}
</style>
background-color css
<style>
a { background-color: #DECD98; }
a { background-color: rgb(222,205,152); }
div.DivClassName
{
background-color: #DECD98;
}
.BgClassName
{
background-color: #DECD98;
}
</style>
border-color css
<style>
span { border-color: #DECD98; }
span { border-color: rgb(222,205,152); }
td.TdClassName
{
border-color: #DECD98;
}
.TagClassName
{
border-color: #DECD98;
}
</style>