Html Css Color HEX #DFC796 Double Colonial White
📋 copy color: '#DFC796'red 223 ◦ green 199 ◦ blue 150
Shades of Double Colonial White #DFC796
Tints of Double Colonial White #DFC796
RGB
CMYK
RGB Variations
Color information
#DFC796 (or 0xDFC796) is known color: Double Colonial White. HEX triplet: DF, C7 and 96. RGB value is (223,199,150). Sum of RGB (Red+Green+Blue) = 223+199+150=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC796 is #203869. Grayscale: #C8C8C8. Windows color (decimal): -2111594 or 9881567. OLE color: 9881567.
HSL color Cylindrical-coordinate representation of color #DFC796: hue angle of 40.27º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFC796 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 150 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.13 |
| HSL | 40.27º | 0.53% | 0.73% | - |
| HSV(B) | 40.27º | 0.33% | 0.87% | - |
| XYZ | 56.36 | 58.74 | 37.22 | - |
| YUV | 200.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 150 | 0 | 0.11 | 0.33 | 0.13 | 40.27 | 0.53 | 0.73 |
| Hex | DF | C7 | 96 | 0 | B | 21 | D | 28 | 35 | 49 |
| Octal | 337 | 307 | 226 | 0 | 13 | 41 | 15 | 50 | 65 | 111 |
| Binary | 11011111 | 11000111 | 10010110 | 0 | 1011 | 100001 | 1101 | 101000 | 110101 | 1001001 |
Color Harmonies of #DFC796
Complementary color
Monochromatic Colors of #DFC796
Black with #DFC796
Text Example
Text Example
White with #DFC796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC796; }
p { color: rgb(223,199,150); }
H1.HeaderClassName
{
color: #DFC796;
}
.AnyTagClassName
{
color: #DFC796;
}
</style>
background-color css
<style>
a { background-color: #DFC796; }
a { background-color: rgb(223,199,150); }
div.DivClassName
{
background-color: #DFC796;
}
.BgClassName
{
background-color: #DFC796;
}
</style>
border-color css
<style>
span { border-color: #DFC796; }
span { border-color: rgb(223,199,150); }
td.TdClassName
{
border-color: #DFC796;
}
.TagClassName
{
border-color: #DFC796;
}
</style>