Html Css Color HEX #DFD19C Double Colonial White
📋 copy color: '#DFD19C'red 223 ◦ green 209 ◦ blue 156
Shades of Double Colonial White #DFD19C
Tints of Double Colonial White #DFD19C
RGB
CMYK
RGB Variations
Color information
#DFD19C (or 0xDFD19C) is known color: Double Colonial White. HEX triplet: DF, D1 and 9C. RGB value is (223,209,156). Sum of RGB (Red+Green+Blue) = 223+209+156=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD19C is #202E63. Grayscale: #CFCFCF. Windows color (decimal): -2109028 or 10277343. OLE color: 10277343.
HSL color Cylindrical-coordinate representation of color #DFD19C: hue angle of 47.46º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFD19C is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 156 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.13 |
| HSL | 47.46º | 0.51% | 0.74% | - |
| HSV(B) | 47.46º | 0.3% | 0.87% | - |
| XYZ | 59.23 | 63.69 | 40.62 | - |
| YUV | 207.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 156 | 0 | 0.06 | 0.30 | 0.13 | 47.46 | 0.51 | 0.74 |
| Hex | DF | D1 | 9C | 0 | 6 | 1E | D | 2F | 33 | 4A |
| Octal | 337 | 321 | 234 | 0 | 6 | 36 | 15 | 57 | 63 | 112 |
| Binary | 11011111 | 11010001 | 10011100 | 0 | 110 | 11110 | 1101 | 101111 | 110011 | 1001010 |
Color Harmonies of #DFD19C
Complementary color
Monochromatic Colors of #DFD19C
Black with #DFD19C
Text Example
Text Example
White with #DFD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD19C; }
p { color: rgb(223,209,156); }
H1.HeaderClassName
{
color: #DFD19C;
}
.AnyTagClassName
{
color: #DFD19C;
}
</style>
background-color css
<style>
a { background-color: #DFD19C; }
a { background-color: rgb(223,209,156); }
div.DivClassName
{
background-color: #DFD19C;
}
.BgClassName
{
background-color: #DFD19C;
}
</style>
border-color css
<style>
span { border-color: #DFD19C; }
span { border-color: rgb(223,209,156); }
td.TdClassName
{
border-color: #DFD19C;
}
.TagClassName
{
border-color: #DFD19C;
}
</style>