Html Css Color HEX #DFC592 Double Colonial White
📋 copy color: '#DFC592'red 223 ◦ green 197 ◦ blue 146
Shades of Double Colonial White #DFC592
Tints of Double Colonial White #DFC592
RGB
CMYK
RGB Variations
Color information
#DFC592 (or 0xDFC592) is known color: Double Colonial White. HEX triplet: DF, C5 and 92. RGB value is (223,197,146). Sum of RGB (Red+Green+Blue) = 223+197+146=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC592 is #203A6D. Grayscale: #C7C7C7. Windows color (decimal): -2112110 or 9618911. OLE color: 9618911.
HSL color Cylindrical-coordinate representation of color #DFC592: hue angle of 39.74º degrees, saturation: 0.55, 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 #DFC592 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 146 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.13 |
| HSL | 39.74º | 0.55% | 0.72% | - |
| HSV(B) | 39.74º | 0.35% | 0.87% | - |
| XYZ | 55.59 | 57.7 | 35.4 | - |
| YUV | 198.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 146 | 0 | 0.12 | 0.35 | 0.13 | 39.74 | 0.55 | 0.72 |
| Hex | DF | C5 | 92 | 0 | C | 23 | D | 28 | 37 | 48 |
| Octal | 337 | 305 | 222 | 0 | 14 | 43 | 15 | 50 | 67 | 110 |
| Binary | 11011111 | 11000101 | 10010010 | 0 | 1100 | 100011 | 1101 | 101000 | 110111 | 1001000 |
Color Harmonies of #DFC592
Complementary color
Monochromatic Colors of #DFC592
Black with #DFC592
Text Example
Text Example
White with #DFC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC592; }
p { color: rgb(223,197,146); }
H1.HeaderClassName
{
color: #DFC592;
}
.AnyTagClassName
{
color: #DFC592;
}
</style>
background-color css
<style>
a { background-color: #DFC592; }
a { background-color: rgb(223,197,146); }
div.DivClassName
{
background-color: #DFC592;
}
.BgClassName
{
background-color: #DFC592;
}
</style>
border-color css
<style>
span { border-color: #DFC592; }
span { border-color: rgb(223,197,146); }
td.TdClassName
{
border-color: #DFC592;
}
.TagClassName
{
border-color: #DFC592;
}
</style>