Html Css Color HEX #DDC992 Double Colonial White
📋 copy color: '#DDC992'red 221 ◦ green 201 ◦ blue 146
Shades of Double Colonial White #DDC992
Tints of Double Colonial White #DDC992
RGB
CMYK
RGB Variations
Color information
#DDC992 (or 0xDDC992) is known color: Double Colonial White. HEX triplet: DD, C9 and 92. RGB value is (221,201,146). Sum of RGB (Red+Green+Blue) = 221+201+146=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC992 is #22366D. Grayscale: #C8C8C8. Windows color (decimal): -2242158 or 9619933. OLE color: 9619933.
HSL color Cylindrical-coordinate representation of color #DDC992: hue angle of 44º degrees, saturation: 0.52, 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 #DDC992 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 146 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.13 |
| HSL | 44º | 0.52% | 0.72% | - |
| HSV(B) | 44º | 0.34% | 0.87% | - |
| XYZ | 55.89 | 59.22 | 35.68 | - |
| YUV | 200.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 146 | 0 | 0.09 | 0.34 | 0.13 | 44 | 0.52 | 0.72 |
| Hex | DD | C9 | 92 | 0 | 9 | 22 | D | 2C | 34 | 48 |
| Octal | 335 | 311 | 222 | 0 | 11 | 42 | 15 | 54 | 64 | 110 |
| Binary | 11011101 | 11001001 | 10010010 | 0 | 1001 | 100010 | 1101 | 101100 | 110100 | 1001000 |
Color Harmonies of #DDC992
Complementary color
Monochromatic Colors of #DDC992
Black with #DDC992
Text Example
Text Example
White with #DDC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC992; }
p { color: rgb(221,201,146); }
H1.HeaderClassName
{
color: #DDC992;
}
.AnyTagClassName
{
color: #DDC992;
}
</style>
background-color css
<style>
a { background-color: #DDC992; }
a { background-color: rgb(221,201,146); }
div.DivClassName
{
background-color: #DDC992;
}
.BgClassName
{
background-color: #DDC992;
}
</style>
border-color css
<style>
span { border-color: #DDC992; }
span { border-color: rgb(221,201,146); }
td.TdClassName
{
border-color: #DDC992;
}
.TagClassName
{
border-color: #DDC992;
}
</style>