Html Css Color HEX #DDC896 Double Colonial White
📋 copy color: '#DDC896'red 221 ◦ green 200 ◦ blue 150
Shades of Double Colonial White #DDC896
Tints of Double Colonial White #DDC896
RGB
CMYK
RGB Variations
Color information
#DDC896 (or 0xDDC896) is known color: Double Colonial White. HEX triplet: DD, C8 and 96. RGB value is (221,200,150). Sum of RGB (Red+Green+Blue) = 221+200+150=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC896 is #223769. Grayscale: #C8C8C8. Windows color (decimal): -2242410 or 9881821. OLE color: 9881821.
HSL color Cylindrical-coordinate representation of color #DDC896: hue angle of 42.25º 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 #DDC896 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 150 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.13 |
| HSL | 42.25º | 0.51% | 0.73% | - |
| HSV(B) | 42.25º | 0.32% | 0.87% | - |
| XYZ | 55.98 | 58.88 | 37.27 | - |
| YUV | 200.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 150 | 0 | 0.10 | 0.32 | 0.13 | 42.25 | 0.51 | 0.73 |
| Hex | DD | C8 | 96 | 0 | A | 20 | D | 2A | 33 | 49 |
| Octal | 335 | 310 | 226 | 0 | 12 | 40 | 15 | 52 | 63 | 111 |
| Binary | 11011101 | 11001000 | 10010110 | 0 | 1010 | 100000 | 1101 | 101010 | 110011 | 1001001 |
Color Harmonies of #DDC896
Complementary color
Monochromatic Colors of #DDC896
Black with #DDC896
Text Example
Text Example
White with #DDC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC896; }
p { color: rgb(221,200,150); }
H1.HeaderClassName
{
color: #DDC896;
}
.AnyTagClassName
{
color: #DDC896;
}
</style>
background-color css
<style>
a { background-color: #DDC896; }
a { background-color: rgb(221,200,150); }
div.DivClassName
{
background-color: #DDC896;
}
.BgClassName
{
background-color: #DDC896;
}
</style>
border-color css
<style>
span { border-color: #DDC896; }
span { border-color: rgb(221,200,150); }
td.TdClassName
{
border-color: #DDC896;
}
.TagClassName
{
border-color: #DDC896;
}
</style>