Html Css Color HEX #DDC997 Double Colonial White
📋 copy color: '#DDC997'red 221 ◦ green 201 ◦ blue 151
Shades of Double Colonial White #DDC997
Tints of Double Colonial White #DDC997
RGB
CMYK
RGB Variations
Color information
#DDC997 (or 0xDDC997) is known color: Double Colonial White. HEX triplet: DD, C9 and 97. RGB value is (221,201,151). Sum of RGB (Red+Green+Blue) = 221+201+151=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC997 is #223668. Grayscale: #C9C9C9. Windows color (decimal): -2242153 or 9947613. OLE color: 9947613.
HSL color Cylindrical-coordinate representation of color #DDC997: hue angle of 42.86º 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 #DDC997 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 151 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.13 |
| HSL | 42.86º | 0.51% | 0.73% | - |
| HSV(B) | 42.86º | 0.32% | 0.87% | - |
| XYZ | 56.29 | 59.38 | 37.77 | - |
| YUV | 201.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 151 | 0 | 0.09 | 0.32 | 0.13 | 42.86 | 0.51 | 0.73 |
| Hex | DD | C9 | 97 | 0 | 9 | 20 | D | 2B | 33 | 49 |
| Octal | 335 | 311 | 227 | 0 | 11 | 40 | 15 | 53 | 63 | 111 |
| Binary | 11011101 | 11001001 | 10010111 | 0 | 1001 | 100000 | 1101 | 101011 | 110011 | 1001001 |
Color Harmonies of #DDC997
Complementary color
Monochromatic Colors of #DDC997
Black with #DDC997
Text Example
Text Example
White with #DDC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC997; }
p { color: rgb(221,201,151); }
H1.HeaderClassName
{
color: #DDC997;
}
.AnyTagClassName
{
color: #DDC997;
}
</style>
background-color css
<style>
a { background-color: #DDC997; }
a { background-color: rgb(221,201,151); }
div.DivClassName
{
background-color: #DDC997;
}
.BgClassName
{
background-color: #DDC997;
}
</style>
border-color css
<style>
span { border-color: #DDC997; }
span { border-color: rgb(221,201,151); }
td.TdClassName
{
border-color: #DDC997;
}
.TagClassName
{
border-color: #DDC997;
}
</style>