Html Css Color HEX #DFD19B Double Colonial White
📋 copy color: '#DFD19B'red 223 ◦ green 209 ◦ blue 155
Shades of Double Colonial White #DFD19B
Tints of Double Colonial White #DFD19B
RGB
CMYK
RGB Variations
Color information
#DFD19B (or 0xDFD19B) is known color: Double Colonial White. HEX triplet: DF, D1 and 9B. RGB value is (223,209,155). Sum of RGB (Red+Green+Blue) = 223+209+155=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD19B is #202E64. Grayscale: #CFCFCF. Windows color (decimal): -2109029 or 10211807. OLE color: 10211807.
HSL color Cylindrical-coordinate representation of color #DFD19B: hue angle of 47.65º degrees, saturation: 0.52, 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 #DFD19B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 155 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.13 |
| HSL | 47.65º | 0.52% | 0.74% | - |
| HSV(B) | 47.65º | 0.3% | 0.87% | - |
| XYZ | 59.15 | 63.66 | 40.18 | - |
| YUV | 207.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 155 | 0 | 0.06 | 0.30 | 0.13 | 47.65 | 0.52 | 0.74 |
| Hex | DF | D1 | 9B | 0 | 6 | 1E | D | 30 | 34 | 4A |
| Octal | 337 | 321 | 233 | 0 | 6 | 36 | 15 | 60 | 64 | 112 |
| Binary | 11011111 | 11010001 | 10011011 | 0 | 110 | 11110 | 1101 | 110000 | 110100 | 1001010 |
Color Harmonies of #DFD19B
Complementary color
Monochromatic Colors of #DFD19B
Black with #DFD19B
Text Example
Text Example
White with #DFD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD19B; }
p { color: rgb(223,209,155); }
H1.HeaderClassName
{
color: #DFD19B;
}
.AnyTagClassName
{
color: #DFD19B;
}
</style>
background-color css
<style>
a { background-color: #DFD19B; }
a { background-color: rgb(223,209,155); }
div.DivClassName
{
background-color: #DFD19B;
}
.BgClassName
{
background-color: #DFD19B;
}
</style>
border-color css
<style>
span { border-color: #DFD19B; }
span { border-color: rgb(223,209,155); }
td.TdClassName
{
border-color: #DFD19B;
}
.TagClassName
{
border-color: #DFD19B;
}
</style>