Html Css Color HEX #DFD192 Double Colonial White
📋 copy color: '#DFD192'red 223 ◦ green 209 ◦ blue 146
Shades of Double Colonial White #DFD192
Tints of Double Colonial White #DFD192
RGB
CMYK
RGB Variations
Color information
#DFD192 (or 0xDFD192) is known color: Double Colonial White. HEX triplet: DF, D1 and 92. RGB value is (223,209,146). Sum of RGB (Red+Green+Blue) = 223+209+146=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD192 is #202E6D. Grayscale: #CECECE. Windows color (decimal): -2109038 or 9621983. OLE color: 9621983.
HSL color Cylindrical-coordinate representation of color #DFD192: hue angle of 49.09º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFD192 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 146 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.13 |
| HSL | 49.09º | 0.55% | 0.72% | - |
| HSV(B) | 49.09º | 0.35% | 0.87% | - |
| XYZ | 58.42 | 63.36 | 36.35 | - |
| YUV | 206 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 146 | 0 | 0.06 | 0.35 | 0.13 | 49.09 | 0.55 | 0.72 |
| Hex | DF | D1 | 92 | 0 | 6 | 23 | D | 31 | 37 | 48 |
| Octal | 337 | 321 | 222 | 0 | 6 | 43 | 15 | 61 | 67 | 110 |
| Binary | 11011111 | 11010001 | 10010010 | 0 | 110 | 100011 | 1101 | 110001 | 110111 | 1001000 |
Color Harmonies of #DFD192
Complementary color
Monochromatic Colors of #DFD192
Black with #DFD192
Text Example
Text Example
White with #DFD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD192; }
p { color: rgb(223,209,146); }
H1.HeaderClassName
{
color: #DFD192;
}
.AnyTagClassName
{
color: #DFD192;
}
</style>
background-color css
<style>
a { background-color: #DFD192; }
a { background-color: rgb(223,209,146); }
div.DivClassName
{
background-color: #DFD192;
}
.BgClassName
{
background-color: #DFD192;
}
</style>
border-color css
<style>
span { border-color: #DFD192; }
span { border-color: rgb(223,209,146); }
td.TdClassName
{
border-color: #DFD192;
}
.TagClassName
{
border-color: #DFD192;
}
</style>