Html Css Color HEX #DDC795 Double Colonial White
📋 copy color: '#DDC795'red 221 ◦ green 199 ◦ blue 149
Shades of Double Colonial White #DDC795
Tints of Double Colonial White #DDC795
RGB
CMYK
RGB Variations
Color information
#DDC795 (or 0xDDC795) is known color: Double Colonial White. HEX triplet: DD, C7 and 95. RGB value is (221,199,149). Sum of RGB (Red+Green+Blue) = 221+199+149=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC795 is #22386A. Grayscale: #C8C8C8. Windows color (decimal): -2242667 or 9816029. OLE color: 9816029.
HSL color Cylindrical-coordinate representation of color #DDC795: hue angle of 41.67º 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 #DDC795 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 149 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.13 |
| HSL | 41.67º | 0.51% | 0.73% | - |
| HSV(B) | 41.67º | 0.33% | 0.87% | - |
| XYZ | 55.67 | 58.39 | 36.77 | - |
| YUV | 199.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 149 | 0 | 0.10 | 0.33 | 0.13 | 41.67 | 0.51 | 0.73 |
| Hex | DD | C7 | 95 | 0 | A | 21 | D | 2A | 33 | 49 |
| Octal | 335 | 307 | 225 | 0 | 12 | 41 | 15 | 52 | 63 | 111 |
| Binary | 11011101 | 11000111 | 10010101 | 0 | 1010 | 100001 | 1101 | 101010 | 110011 | 1001001 |
Color Harmonies of #DDC795
Complementary color
Monochromatic Colors of #DDC795
Black with #DDC795
Text Example
Text Example
White with #DDC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC795; }
p { color: rgb(221,199,149); }
H1.HeaderClassName
{
color: #DDC795;
}
.AnyTagClassName
{
color: #DDC795;
}
</style>
background-color css
<style>
a { background-color: #DDC795; }
a { background-color: rgb(221,199,149); }
div.DivClassName
{
background-color: #DDC795;
}
.BgClassName
{
background-color: #DDC795;
}
</style>
border-color css
<style>
span { border-color: #DDC795; }
span { border-color: rgb(221,199,149); }
td.TdClassName
{
border-color: #DDC795;
}
.TagClassName
{
border-color: #DDC795;
}
</style>