Html Css Color HEX #DFD097 Double Colonial White
📋 copy color: '#DFD097'red 223 ◦ green 208 ◦ blue 151
Shades of Double Colonial White #DFD097
Tints of Double Colonial White #DFD097
RGB
CMYK
RGB Variations
Color information
#DFD097 (or 0xDFD097) is known color: Double Colonial White. HEX triplet: DF, D0 and 97. RGB value is (223,208,151). Sum of RGB (Red+Green+Blue) = 223+208+151=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD097 is #202F68. Grayscale: #CECECE. Windows color (decimal): -2109289 or 9949407. OLE color: 9949407.
HSL color Cylindrical-coordinate representation of color #DFD097: hue angle of 47.5º 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 #DFD097 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 151 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.13 |
| HSL | 47.5º | 0.53% | 0.73% | - |
| HSV(B) | 47.5º | 0.32% | 0.87% | - |
| XYZ | 58.57 | 63.03 | 38.36 | - |
| YUV | 205.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 151 | 0 | 0.07 | 0.32 | 0.13 | 47.5 | 0.53 | 0.73 |
| Hex | DF | D0 | 97 | 0 | 7 | 20 | D | 30 | 35 | 49 |
| Octal | 337 | 320 | 227 | 0 | 7 | 40 | 15 | 60 | 65 | 111 |
| Binary | 11011111 | 11010000 | 10010111 | 0 | 111 | 100000 | 1101 | 110000 | 110101 | 1001001 |
Color Harmonies of #DFD097
Complementary color
Monochromatic Colors of #DFD097
Black with #DFD097
Text Example
Text Example
White with #DFD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD097; }
p { color: rgb(223,208,151); }
H1.HeaderClassName
{
color: #DFD097;
}
.AnyTagClassName
{
color: #DFD097;
}
</style>
background-color css
<style>
a { background-color: #DFD097; }
a { background-color: rgb(223,208,151); }
div.DivClassName
{
background-color: #DFD097;
}
.BgClassName
{
background-color: #DFD097;
}
</style>
border-color css
<style>
span { border-color: #DFD097; }
span { border-color: rgb(223,208,151); }
td.TdClassName
{
border-color: #DFD097;
}
.TagClassName
{
border-color: #DFD097;
}
</style>