Html Css Color HEX #DDC592 Double Colonial White
📋 copy color: '#DDC592'red 221 ◦ green 197 ◦ blue 146
Shades of Double Colonial White #DDC592
Tints of Double Colonial White #DDC592
RGB
CMYK
RGB Variations
Color information
#DDC592 (or 0xDDC592) is known color: Double Colonial White. HEX triplet: DD, C5 and 92. RGB value is (221,197,146). Sum of RGB (Red+Green+Blue) = 221+197+146=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC592 is #223A6D. Grayscale: #C6C6C6. Windows color (decimal): -2243182 or 9618909. OLE color: 9618909.
HSL color Cylindrical-coordinate representation of color #DDC592: hue angle of 40.8º 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 #DDC592 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 146 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.13 |
| HSL | 40.8º | 0.52% | 0.72% | - |
| HSV(B) | 40.8º | 0.34% | 0.87% | - |
| XYZ | 54.97 | 57.38 | 35.37 | - |
| YUV | 198.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 146 | 0 | 0.11 | 0.34 | 0.13 | 40.8 | 0.52 | 0.72 |
| Hex | DD | C5 | 92 | 0 | B | 22 | D | 29 | 34 | 48 |
| Octal | 335 | 305 | 222 | 0 | 13 | 42 | 15 | 51 | 64 | 110 |
| Binary | 11011101 | 11000101 | 10010010 | 0 | 1011 | 100010 | 1101 | 101001 | 110100 | 1001000 |
Color Harmonies of #DDC592
Complementary color
Monochromatic Colors of #DDC592
Black with #DDC592
Text Example
Text Example
White with #DDC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC592; }
p { color: rgb(221,197,146); }
H1.HeaderClassName
{
color: #DDC592;
}
.AnyTagClassName
{
color: #DDC592;
}
</style>
background-color css
<style>
a { background-color: #DDC592; }
a { background-color: rgb(221,197,146); }
div.DivClassName
{
background-color: #DDC592;
}
.BgClassName
{
background-color: #DDC592;
}
</style>
border-color css
<style>
span { border-color: #DDC592; }
span { border-color: rgb(221,197,146); }
td.TdClassName
{
border-color: #DDC592;
}
.TagClassName
{
border-color: #DDC592;
}
</style>