Html Css Color HEX #DFC893 Double Colonial White
📋 copy color: '#DFC893'red 223 ◦ green 200 ◦ blue 147
Shades of Double Colonial White #DFC893
Tints of Double Colonial White #DFC893
RGB
CMYK
RGB Variations
Color information
#DFC893 (or 0xDFC893) is known color: Double Colonial White. HEX triplet: DF, C8 and 93. RGB value is (223,200,147). Sum of RGB (Red+Green+Blue) = 223+200+147=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC893 is #20376C. Grayscale: #C9C9C9. Windows color (decimal): -2111341 or 9685215. OLE color: 9685215.
HSL color Cylindrical-coordinate representation of color #DFC893: hue angle of 41.84º 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 #DFC893 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 147 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 41.84º | 0.54% | 0.73% | - |
| HSV(B) | 41.84º | 0.34% | 0.87% | - |
| XYZ | 56.35 | 59.1 | 36.04 | - |
| YUV | 200.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 147 | 0 | 0.10 | 0.34 | 0.13 | 41.84 | 0.54 | 0.73 |
| Hex | DF | C8 | 93 | 0 | A | 22 | D | 2A | 36 | 49 |
| Octal | 337 | 310 | 223 | 0 | 12 | 42 | 15 | 52 | 66 | 111 |
| Binary | 11011111 | 11001000 | 10010011 | 0 | 1010 | 100010 | 1101 | 101010 | 110110 | 1001001 |
Color Harmonies of #DFC893
Complementary color
Monochromatic Colors of #DFC893
Black with #DFC893
Text Example
Text Example
White with #DFC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC893; }
p { color: rgb(223,200,147); }
H1.HeaderClassName
{
color: #DFC893;
}
.AnyTagClassName
{
color: #DFC893;
}
</style>
background-color css
<style>
a { background-color: #DFC893; }
a { background-color: rgb(223,200,147); }
div.DivClassName
{
background-color: #DFC893;
}
.BgClassName
{
background-color: #DFC893;
}
</style>
border-color css
<style>
span { border-color: #DFC893; }
span { border-color: rgb(223,200,147); }
td.TdClassName
{
border-color: #DFC893;
}
.TagClassName
{
border-color: #DFC893;
}
</style>