Html Css Color HEX #DFC693 Double Colonial White
📋 copy color: '#DFC693'red 223 ◦ green 198 ◦ blue 147
Shades of Double Colonial White #DFC693
Tints of Double Colonial White #DFC693
RGB
CMYK
RGB Variations
Color information
#DFC693 (or 0xDFC693) is known color: Double Colonial White. HEX triplet: DF, C6 and 93. RGB value is (223,198,147). Sum of RGB (Red+Green+Blue) = 223+198+147=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC693 is #20396C. Grayscale: #C7C7C7. Windows color (decimal): -2111853 or 9684703. OLE color: 9684703.
HSL color Cylindrical-coordinate representation of color #DFC693: hue angle of 40.26º 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 #DFC693 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 147 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.13 |
| HSL | 40.26º | 0.54% | 0.73% | - |
| HSV(B) | 40.26º | 0.34% | 0.87% | - |
| XYZ | 55.89 | 58.18 | 35.89 | - |
| YUV | 199.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 147 | 0 | 0.11 | 0.34 | 0.13 | 40.26 | 0.54 | 0.73 |
| Hex | DF | C6 | 93 | 0 | B | 22 | D | 28 | 36 | 49 |
| Octal | 337 | 306 | 223 | 0 | 13 | 42 | 15 | 50 | 66 | 111 |
| Binary | 11011111 | 11000110 | 10010011 | 0 | 1011 | 100010 | 1101 | 101000 | 110110 | 1001001 |
Color Harmonies of #DFC693
Complementary color
Monochromatic Colors of #DFC693
Black with #DFC693
Text Example
Text Example
White with #DFC693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC693; }
p { color: rgb(223,198,147); }
H1.HeaderClassName
{
color: #DFC693;
}
.AnyTagClassName
{
color: #DFC693;
}
</style>
background-color css
<style>
a { background-color: #DFC693; }
a { background-color: rgb(223,198,147); }
div.DivClassName
{
background-color: #DFC693;
}
.BgClassName
{
background-color: #DFC693;
}
</style>
border-color css
<style>
span { border-color: #DFC693; }
span { border-color: rgb(223,198,147); }
td.TdClassName
{
border-color: #DFC693;
}
.TagClassName
{
border-color: #DFC693;
}
</style>