Html Css Color HEX #DDC895 Double Colonial White
📋 copy color: '#DDC895'red 221 ◦ green 200 ◦ blue 149
Shades of Double Colonial White #DDC895
Tints of Double Colonial White #DDC895
RGB
CMYK
RGB Variations
Color information
#DDC895 (or 0xDDC895) is known color: Double Colonial White. HEX triplet: DD, C8 and 95. RGB value is (221,200,149). Sum of RGB (Red+Green+Blue) = 221+200+149=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC895 is #22376A. Grayscale: #C8C8C8. Windows color (decimal): -2242411 or 9816285. OLE color: 9816285.
HSL color Cylindrical-coordinate representation of color #DDC895: hue angle of 42.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC895 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 149 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.13 |
| HSL | 42.5º | 0.51% | 0.73% | - |
| HSV(B) | 42.5º | 0.33% | 0.87% | - |
| XYZ | 55.9 | 58.85 | 36.85 | - |
| YUV | 200.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 149 | 0 | 0.10 | 0.33 | 0.13 | 42.5 | 0.51 | 0.73 |
| Hex | DD | C8 | 95 | 0 | A | 21 | D | 2A | 33 | 49 |
| Octal | 335 | 310 | 225 | 0 | 12 | 41 | 15 | 52 | 63 | 111 |
| Binary | 11011101 | 11001000 | 10010101 | 0 | 1010 | 100001 | 1101 | 101010 | 110011 | 1001001 |
Color Harmonies of #DDC895
Complementary color
Monochromatic Colors of #DDC895
Black with #DDC895
Text Example
Text Example
White with #DDC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC895; }
p { color: rgb(221,200,149); }
H1.HeaderClassName
{
color: #DDC895;
}
.AnyTagClassName
{
color: #DDC895;
}
</style>
background-color css
<style>
a { background-color: #DDC895; }
a { background-color: rgb(221,200,149); }
div.DivClassName
{
background-color: #DDC895;
}
.BgClassName
{
background-color: #DDC895;
}
</style>
border-color css
<style>
span { border-color: #DDC895; }
span { border-color: rgb(221,200,149); }
td.TdClassName
{
border-color: #DDC895;
}
.TagClassName
{
border-color: #DDC895;
}
</style>