Html Css Color HEX #DDC791 Double Colonial White
📋 copy color: '#DDC791'red 221 ◦ green 199 ◦ blue 145
Shades of Double Colonial White #DDC791
Tints of Double Colonial White #DDC791
RGB
CMYK
RGB Variations
Color information
#DDC791 (or 0xDDC791) is known color: Double Colonial White. HEX triplet: DD, C7 and 91. RGB value is (221,199,145). Sum of RGB (Red+Green+Blue) = 221+199+145=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC791 is #22386E. Grayscale: #C7C7C7. Windows color (decimal): -2242671 or 9553885. OLE color: 9553885.
HSL color Cylindrical-coordinate representation of color #DDC791: hue angle of 42.63º 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 #DDC791 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 145 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 42.63º | 0.53% | 0.72% | - |
| HSV(B) | 42.63º | 0.34% | 0.87% | - |
| XYZ | 55.35 | 58.26 | 35.12 | - |
| YUV | 199.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 145 | 0 | 0.10 | 0.34 | 0.13 | 42.63 | 0.53 | 0.72 |
| Hex | DD | C7 | 91 | 0 | A | 22 | D | 2B | 35 | 48 |
| Octal | 335 | 307 | 221 | 0 | 12 | 42 | 15 | 53 | 65 | 110 |
| Binary | 11011101 | 11000111 | 10010001 | 0 | 1010 | 100010 | 1101 | 101011 | 110101 | 1001000 |
Color Harmonies of #DDC791
Complementary color
Monochromatic Colors of #DDC791
Black with #DDC791
Text Example
Text Example
White with #DDC791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC791; }
p { color: rgb(221,199,145); }
H1.HeaderClassName
{
color: #DDC791;
}
.AnyTagClassName
{
color: #DDC791;
}
</style>
background-color css
<style>
a { background-color: #DDC791; }
a { background-color: rgb(221,199,145); }
div.DivClassName
{
background-color: #DDC791;
}
.BgClassName
{
background-color: #DDC791;
}
</style>
border-color css
<style>
span { border-color: #DDC791; }
span { border-color: rgb(221,199,145); }
td.TdClassName
{
border-color: #DDC791;
}
.TagClassName
{
border-color: #DDC791;
}
</style>