Html Css Color HEX #DDC990 Double Colonial White
📋 copy color: '#DDC990'red 221 ◦ green 201 ◦ blue 144
Shades of Double Colonial White #DDC990
Tints of Double Colonial White #DDC990
RGB
CMYK
RGB Variations
Color information
#DDC990 (or 0xDDC990) is known color: Double Colonial White. HEX triplet: DD, C9 and 90. RGB value is (221,201,144). Sum of RGB (Red+Green+Blue) = 221+201+144=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC990 is #22366F. Grayscale: #C8C8C8. Windows color (decimal): -2242160 or 9488861. OLE color: 9488861.
HSL color Cylindrical-coordinate representation of color #DDC990: hue angle of 44.42º 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 #DDC990 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 144 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.13 |
| HSL | 44.42º | 0.53% | 0.72% | - |
| HSV(B) | 44.42º | 0.35% | 0.87% | - |
| XYZ | 55.74 | 59.16 | 34.87 | - |
| YUV | 200.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 144 | 0 | 0.09 | 0.35 | 0.13 | 44.42 | 0.53 | 0.72 |
| Hex | DD | C9 | 90 | 0 | 9 | 23 | D | 2C | 35 | 48 |
| Octal | 335 | 311 | 220 | 0 | 11 | 43 | 15 | 54 | 65 | 110 |
| Binary | 11011101 | 11001001 | 10010000 | 0 | 1001 | 100011 | 1101 | 101100 | 110101 | 1001000 |
Color Harmonies of #DDC990
Complementary color
Monochromatic Colors of #DDC990
Black with #DDC990
Text Example
Text Example
White with #DDC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC990; }
p { color: rgb(221,201,144); }
H1.HeaderClassName
{
color: #DDC990;
}
.AnyTagClassName
{
color: #DDC990;
}
</style>
background-color css
<style>
a { background-color: #DDC990; }
a { background-color: rgb(221,201,144); }
div.DivClassName
{
background-color: #DDC990;
}
.BgClassName
{
background-color: #DDC990;
}
</style>
border-color css
<style>
span { border-color: #DDC990; }
span { border-color: rgb(221,201,144); }
td.TdClassName
{
border-color: #DDC990;
}
.TagClassName
{
border-color: #DDC990;
}
</style>