Html Css Color HEX #DDC892 Double Colonial White
📋 copy color: '#DDC892'red 221 ◦ green 200 ◦ blue 146
Shades of Double Colonial White #DDC892
Tints of Double Colonial White #DDC892
RGB
CMYK
RGB Variations
Color information
#DDC892 (or 0xDDC892) is known color: Double Colonial White. HEX triplet: DD, C8 and 92. RGB value is (221,200,146). Sum of RGB (Red+Green+Blue) = 221+200+146=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC892 is #22376D. Grayscale: #C8C8C8. Windows color (decimal): -2242414 or 9619677. OLE color: 9619677.
HSL color Cylindrical-coordinate representation of color #DDC892: hue angle of 43.2º 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 #DDC892 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 146 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 43.2º | 0.52% | 0.72% | - |
| HSV(B) | 43.2º | 0.34% | 0.87% | - |
| XYZ | 55.66 | 58.76 | 35.6 | - |
| YUV | 200.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 146 | 0 | 0.10 | 0.34 | 0.13 | 43.2 | 0.52 | 0.72 |
| Hex | DD | C8 | 92 | 0 | A | 22 | D | 2B | 34 | 48 |
| Octal | 335 | 310 | 222 | 0 | 12 | 42 | 15 | 53 | 64 | 110 |
| Binary | 11011101 | 11001000 | 10010010 | 0 | 1010 | 100010 | 1101 | 101011 | 110100 | 1001000 |
Color Harmonies of #DDC892
Complementary color
Monochromatic Colors of #DDC892
Black with #DDC892
Text Example
Text Example
White with #DDC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC892; }
p { color: rgb(221,200,146); }
H1.HeaderClassName
{
color: #DDC892;
}
.AnyTagClassName
{
color: #DDC892;
}
</style>
background-color css
<style>
a { background-color: #DDC892; }
a { background-color: rgb(221,200,146); }
div.DivClassName
{
background-color: #DDC892;
}
.BgClassName
{
background-color: #DDC892;
}
</style>
border-color css
<style>
span { border-color: #DDC892; }
span { border-color: rgb(221,200,146); }
td.TdClassName
{
border-color: #DDC892;
}
.TagClassName
{
border-color: #DDC892;
}
</style>