Html Css Color HEX #DFC997 Double Colonial White
📋 copy color: '#DFC997'red 223 ◦ green 201 ◦ blue 151
Shades of Double Colonial White #DFC997
Tints of Double Colonial White #DFC997
RGB
CMYK
RGB Variations
Color information
#DFC997 (or 0xDFC997) is known color: Double Colonial White. HEX triplet: DF, C9 and 97. RGB value is (223,201,151). Sum of RGB (Red+Green+Blue) = 223+201+151=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 151 (59.38% from 255 or 26.26% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC997 is #203668. Grayscale: #CACACA. Windows color (decimal): -2111081 or 9947615. OLE color: 9947615.
HSL color Cylindrical-coordinate representation of color #DFC997: hue angle of 41.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFC997 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 151 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.13 |
| HSL | 41.67º | 0.53% | 0.73% | - |
| HSV(B) | 41.67º | 0.32% | 0.87% | - |
| XYZ | 56.9 | 59.7 | 37.8 | - |
| YUV | 201.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 151 | 0 | 0.10 | 0.32 | 0.13 | 41.67 | 0.53 | 0.73 |
| Hex | DF | C9 | 97 | 0 | A | 20 | D | 2A | 35 | 49 |
| Octal | 337 | 311 | 227 | 0 | 12 | 40 | 15 | 52 | 65 | 111 |
| Binary | 11011111 | 11001001 | 10010111 | 0 | 1010 | 100000 | 1101 | 101010 | 110101 | 1001001 |
Color Harmonies of #DFC997
Complementary color
Monochromatic Colors of #DFC997
Black with #DFC997
Text Example
Text Example
White with #DFC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC997; }
p { color: rgb(223,201,151); }
H1.HeaderClassName
{
color: #DFC997;
}
.AnyTagClassName
{
color: #DFC997;
}
</style>
background-color css
<style>
a { background-color: #DFC997; }
a { background-color: rgb(223,201,151); }
div.DivClassName
{
background-color: #DFC997;
}
.BgClassName
{
background-color: #DFC997;
}
</style>
border-color css
<style>
span { border-color: #DFC997; }
span { border-color: rgb(223,201,151); }
td.TdClassName
{
border-color: #DFC997;
}
.TagClassName
{
border-color: #DFC997;
}
</style>