Html Css Color HEX #DDC792 Double Colonial White
📋 copy color: '#DDC792'red 221 ◦ green 199 ◦ blue 146
Shades of Double Colonial White #DDC792
Tints of Double Colonial White #DDC792
RGB
CMYK
RGB Variations
Color information
#DDC792 (or 0xDDC792) is known color: Double Colonial White. HEX triplet: DD, C7 and 92. RGB value is (221,199,146). Sum of RGB (Red+Green+Blue) = 221+199+146=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC792 is #22386D. Grayscale: #C7C7C7. Windows color (decimal): -2242670 or 9619421. OLE color: 9619421.
HSL color Cylindrical-coordinate representation of color #DDC792: hue angle of 42.4º degrees, saturation: 0.52, 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 #DDC792 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 146 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 42.4º | 0.52% | 0.72% | - |
| HSV(B) | 42.4º | 0.34% | 0.87% | - |
| XYZ | 55.43 | 58.29 | 35.52 | - |
| YUV | 199.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 146 | 0 | 0.10 | 0.34 | 0.13 | 42.4 | 0.52 | 0.72 |
| Hex | DD | C7 | 92 | 0 | A | 22 | D | 2A | 34 | 48 |
| Octal | 335 | 307 | 222 | 0 | 12 | 42 | 15 | 52 | 64 | 110 |
| Binary | 11011101 | 11000111 | 10010010 | 0 | 1010 | 100010 | 1101 | 101010 | 110100 | 1001000 |
Color Harmonies of #DDC792
Complementary color
Monochromatic Colors of #DDC792
Black with #DDC792
Text Example
Text Example
White with #DDC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC792; }
p { color: rgb(221,199,146); }
H1.HeaderClassName
{
color: #DDC792;
}
.AnyTagClassName
{
color: #DDC792;
}
</style>
background-color css
<style>
a { background-color: #DDC792; }
a { background-color: rgb(221,199,146); }
div.DivClassName
{
background-color: #DDC792;
}
.BgClassName
{
background-color: #DDC792;
}
</style>
border-color css
<style>
span { border-color: #DDC792; }
span { border-color: rgb(221,199,146); }
td.TdClassName
{
border-color: #DDC792;
}
.TagClassName
{
border-color: #DDC792;
}
</style>