Html Css Color HEX #DDC790 Double Colonial White
📋 copy color: '#DDC790'red 221 ◦ green 199 ◦ blue 144
Shades of Double Colonial White #DDC790
Tints of Double Colonial White #DDC790
RGB
CMYK
RGB Variations
Color information
#DDC790 (or 0xDDC790) is known color: Double Colonial White. HEX triplet: DD, C7 and 90. RGB value is (221,199,144). Sum of RGB (Red+Green+Blue) = 221+199+144=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC790 is #22386F. Grayscale: #C7C7C7. Windows color (decimal): -2242672 or 9488349. OLE color: 9488349.
HSL color Cylindrical-coordinate representation of color #DDC790: hue angle of 42.86º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDC790 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 144 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.13 |
| HSL | 42.86º | 0.53% | 0.72% | - |
| HSV(B) | 42.86º | 0.35% | 0.87% | - |
| XYZ | 55.28 | 58.23 | 34.71 | - |
| YUV | 199.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 144 | 0 | 0.10 | 0.35 | 0.13 | 42.86 | 0.53 | 0.72 |
| Hex | DD | C7 | 90 | 0 | A | 23 | D | 2B | 35 | 48 |
| Octal | 335 | 307 | 220 | 0 | 12 | 43 | 15 | 53 | 65 | 110 |
| Binary | 11011101 | 11000111 | 10010000 | 0 | 1010 | 100011 | 1101 | 101011 | 110101 | 1001000 |
Color Harmonies of #DDC790
Complementary color
Monochromatic Colors of #DDC790
Black with #DDC790
Text Example
Text Example
White with #DDC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC790; }
p { color: rgb(221,199,144); }
H1.HeaderClassName
{
color: #DDC790;
}
.AnyTagClassName
{
color: #DDC790;
}
</style>
background-color css
<style>
a { background-color: #DDC790; }
a { background-color: rgb(221,199,144); }
div.DivClassName
{
background-color: #DDC790;
}
.BgClassName
{
background-color: #DDC790;
}
</style>
border-color css
<style>
span { border-color: #DDC790; }
span { border-color: rgb(221,199,144); }
td.TdClassName
{
border-color: #DDC790;
}
.TagClassName
{
border-color: #DDC790;
}
</style>