Html Css Color HEX #DFC896 Double Colonial White
📋 copy color: '#DFC896'red 223 ◦ green 200 ◦ blue 150
Shades of Double Colonial White #DFC896
Tints of Double Colonial White #DFC896
RGB
CMYK
RGB Variations
Color information
#DFC896 (or 0xDFC896) is known color: Double Colonial White. HEX triplet: DF, C8 and 96. RGB value is (223,200,150). Sum of RGB (Red+Green+Blue) = 223+200+150=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC896 is #203769. Grayscale: #C9C9C9. Windows color (decimal): -2111338 or 9881823. OLE color: 9881823.
HSL color Cylindrical-coordinate representation of color #DFC896: hue angle of 41.1º 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 #DFC896 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 150 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.13 |
| HSL | 41.1º | 0.53% | 0.73% | - |
| HSV(B) | 41.1º | 0.33% | 0.87% | - |
| XYZ | 56.59 | 59.2 | 37.3 | - |
| YUV | 201.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 150 | 0 | 0.10 | 0.33 | 0.13 | 41.1 | 0.53 | 0.73 |
| Hex | DF | C8 | 96 | 0 | A | 21 | D | 29 | 35 | 49 |
| Octal | 337 | 310 | 226 | 0 | 12 | 41 | 15 | 51 | 65 | 111 |
| Binary | 11011111 | 11001000 | 10010110 | 0 | 1010 | 100001 | 1101 | 101001 | 110101 | 1001001 |
Color Harmonies of #DFC896
Complementary color
Monochromatic Colors of #DFC896
Black with #DFC896
Text Example
Text Example
White with #DFC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC896; }
p { color: rgb(223,200,150); }
H1.HeaderClassName
{
color: #DFC896;
}
.AnyTagClassName
{
color: #DFC896;
}
</style>
background-color css
<style>
a { background-color: #DFC896; }
a { background-color: rgb(223,200,150); }
div.DivClassName
{
background-color: #DFC896;
}
.BgClassName
{
background-color: #DFC896;
}
</style>
border-color css
<style>
span { border-color: #DFC896; }
span { border-color: rgb(223,200,150); }
td.TdClassName
{
border-color: #DFC896;
}
.TagClassName
{
border-color: #DFC896;
}
</style>