Html Css Color HEX #DFC794 Double Colonial White
📋 copy color: '#DFC794'red 223 ◦ green 199 ◦ blue 148
Shades of Double Colonial White #DFC794
Tints of Double Colonial White #DFC794
RGB
CMYK
RGB Variations
Color information
#DFC794 (or 0xDFC794) is known color: Double Colonial White. HEX triplet: DF, C7 and 94. RGB value is (223,199,148). Sum of RGB (Red+Green+Blue) = 223+199+148=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC794 is #20386B. Grayscale: #C8C8C8. Windows color (decimal): -2111596 or 9750495. OLE color: 9750495.
HSL color Cylindrical-coordinate representation of color #DFC794: hue angle of 40.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFC794 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 148 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.13 |
| HSL | 40.8º | 0.54% | 0.73% | - |
| HSV(B) | 40.8º | 0.34% | 0.87% | - |
| XYZ | 56.2 | 58.67 | 36.38 | - |
| YUV | 200.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 148 | 0 | 0.11 | 0.34 | 0.13 | 40.8 | 0.54 | 0.73 |
| Hex | DF | C7 | 94 | 0 | B | 22 | D | 29 | 36 | 49 |
| Octal | 337 | 307 | 224 | 0 | 13 | 42 | 15 | 51 | 66 | 111 |
| Binary | 11011111 | 11000111 | 10010100 | 0 | 1011 | 100010 | 1101 | 101001 | 110110 | 1001001 |
Color Harmonies of #DFC794
Complementary color
Monochromatic Colors of #DFC794
Black with #DFC794
Text Example
Text Example
White with #DFC794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC794; }
p { color: rgb(223,199,148); }
H1.HeaderClassName
{
color: #DFC794;
}
.AnyTagClassName
{
color: #DFC794;
}
</style>
background-color css
<style>
a { background-color: #DFC794; }
a { background-color: rgb(223,199,148); }
div.DivClassName
{
background-color: #DFC794;
}
.BgClassName
{
background-color: #DFC794;
}
</style>
border-color css
<style>
span { border-color: #DFC794; }
span { border-color: rgb(223,199,148); }
td.TdClassName
{
border-color: #DFC794;
}
.TagClassName
{
border-color: #DFC794;
}
</style>