Html Css Color HEX #DFC994 Double Colonial White
📋 copy color: '#DFC994'red 223 ◦ green 201 ◦ blue 148
Shades of Double Colonial White #DFC994
Tints of Double Colonial White #DFC994
RGB
CMYK
RGB Variations
Color information
#DFC994 (or 0xDFC994) is known color: Double Colonial White. HEX triplet: DF, C9 and 94. RGB value is (223,201,148). Sum of RGB (Red+Green+Blue) = 223+201+148=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC994 is #20366B. Grayscale: #C9C9C9. Windows color (decimal): -2111084 or 9751007. OLE color: 9751007.
HSL color Cylindrical-coordinate representation of color #DFC994: hue angle of 42.4º 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 #DFC994 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 148 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 42.4º | 0.54% | 0.73% | - |
| HSV(B) | 42.4º | 0.34% | 0.87% | - |
| XYZ | 56.66 | 59.6 | 36.53 | - |
| YUV | 201.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 148 | 0 | 0.10 | 0.34 | 0.13 | 42.4 | 0.54 | 0.73 |
| Hex | DF | C9 | 94 | 0 | A | 22 | D | 2A | 36 | 49 |
| Octal | 337 | 311 | 224 | 0 | 12 | 42 | 15 | 52 | 66 | 111 |
| Binary | 11011111 | 11001001 | 10010100 | 0 | 1010 | 100010 | 1101 | 101010 | 110110 | 1001001 |
Color Harmonies of #DFC994
Complementary color
Monochromatic Colors of #DFC994
Black with #DFC994
Text Example
Text Example
White with #DFC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC994; }
p { color: rgb(223,201,148); }
H1.HeaderClassName
{
color: #DFC994;
}
.AnyTagClassName
{
color: #DFC994;
}
</style>
background-color css
<style>
a { background-color: #DFC994; }
a { background-color: rgb(223,201,148); }
div.DivClassName
{
background-color: #DFC994;
}
.BgClassName
{
background-color: #DFC994;
}
</style>
border-color css
<style>
span { border-color: #DFC994; }
span { border-color: rgb(223,201,148); }
td.TdClassName
{
border-color: #DFC994;
}
.TagClassName
{
border-color: #DFC994;
}
</style>