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