Html Css Color HEX #DDC891 Double Colonial White
📋 copy color: '#DDC891'red 221 ◦ green 200 ◦ blue 145
Shades of Double Colonial White #DDC891
Tints of Double Colonial White #DDC891
RGB
CMYK
RGB Variations
Color information
#DDC891 (or 0xDDC891) is known color: Double Colonial White. HEX triplet: DD, C8 and 91. RGB value is (221,200,145). Sum of RGB (Red+Green+Blue) = 221+200+145=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC891 is #22376E. Grayscale: #C8C8C8. Windows color (decimal): -2242415 or 9554141. OLE color: 9554141.
HSL color Cylindrical-coordinate representation of color #DDC891: hue angle of 43.42º degrees, saturation: 0.53, 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 #DDC891 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 145 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 43.42º | 0.53% | 0.72% | - |
| HSV(B) | 43.42º | 0.34% | 0.87% | - |
| XYZ | 55.58 | 58.73 | 35.19 | - |
| YUV | 200.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 145 | 0 | 0.10 | 0.34 | 0.13 | 43.42 | 0.53 | 0.72 |
| Hex | DD | C8 | 91 | 0 | A | 22 | D | 2B | 35 | 48 |
| Octal | 335 | 310 | 221 | 0 | 12 | 42 | 15 | 53 | 65 | 110 |
| Binary | 11011101 | 11001000 | 10010001 | 0 | 1010 | 100010 | 1101 | 101011 | 110101 | 1001000 |
Color Harmonies of #DDC891
Complementary color
Monochromatic Colors of #DDC891
Black with #DDC891
Text Example
Text Example
White with #DDC891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC891; }
p { color: rgb(221,200,145); }
H1.HeaderClassName
{
color: #DDC891;
}
.AnyTagClassName
{
color: #DDC891;
}
</style>
background-color css
<style>
a { background-color: #DDC891; }
a { background-color: rgb(221,200,145); }
div.DivClassName
{
background-color: #DDC891;
}
.BgClassName
{
background-color: #DDC891;
}
</style>
border-color css
<style>
span { border-color: #DDC891; }
span { border-color: rgb(221,200,145); }
td.TdClassName
{
border-color: #DDC891;
}
.TagClassName
{
border-color: #DDC891;
}
</style>