Html Css Color HEX #DFD09E Double Colonial White
📋 copy color: '#DFD09E'red 223 ◦ green 208 ◦ blue 158
Shades of Double Colonial White #DFD09E
Tints of Double Colonial White #DFD09E
RGB
CMYK
RGB Variations
Color information
#DFD09E (or 0xDFD09E) is known color: Double Colonial White. HEX triplet: DF, D0 and 9E. RGB value is (223,208,158). Sum of RGB (Red+Green+Blue) = 223+208+158=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD09E is #202F61. Grayscale: #CFCFCF. Windows color (decimal): -2109282 or 10408159. OLE color: 10408159.
HSL color Cylindrical-coordinate representation of color #DFD09E: hue angle of 46.15º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFD09E is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 158 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.13 |
| HSL | 46.15º | 0.5% | 0.75% | - |
| HSV(B) | 46.15º | 0.29% | 0.87% | - |
| XYZ | 59.16 | 63.27 | 41.44 | - |
| YUV | 206.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 158 | 0 | 0.07 | 0.29 | 0.13 | 46.15 | 0.5 | 0.75 |
| Hex | DF | D0 | 9E | 0 | 7 | 1D | D | 2E | 32 | 4B |
| Octal | 337 | 320 | 236 | 0 | 7 | 35 | 15 | 56 | 62 | 113 |
| Binary | 11011111 | 11010000 | 10011110 | 0 | 111 | 11101 | 1101 | 101110 | 110010 | 1001011 |
Color Harmonies of #DFD09E
Complementary color
Monochromatic Colors of #DFD09E
Black with #DFD09E
Text Example
Text Example
White with #DFD09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD09E; }
p { color: rgb(223,208,158); }
H1.HeaderClassName
{
color: #DFD09E;
}
.AnyTagClassName
{
color: #DFD09E;
}
</style>
background-color css
<style>
a { background-color: #DFD09E; }
a { background-color: rgb(223,208,158); }
div.DivClassName
{
background-color: #DFD09E;
}
.BgClassName
{
background-color: #DFD09E;
}
</style>
border-color css
<style>
span { border-color: #DFD09E; }
span { border-color: rgb(223,208,158); }
td.TdClassName
{
border-color: #DFD09E;
}
.TagClassName
{
border-color: #DFD09E;
}
</style>