Html Css Color HEX #DFC993 Double Colonial White
📋 copy color: '#DFC993'red 223 ◦ green 201 ◦ blue 147
Shades of Double Colonial White #DFC993
Tints of Double Colonial White #DFC993
RGB
CMYK
RGB Variations
Color information
#DFC993 (or 0xDFC993) is known color: Double Colonial White. HEX triplet: DF, C9 and 93. RGB value is (223,201,147). Sum of RGB (Red+Green+Blue) = 223+201+147=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC993 is #20366C. Grayscale: #C9C9C9. Windows color (decimal): -2111085 or 9685471. OLE color: 9685471.
HSL color Cylindrical-coordinate representation of color #DFC993: hue angle of 42.63º 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 #DFC993 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 147 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.13 |
| HSL | 42.63º | 0.54% | 0.73% | - |
| HSV(B) | 42.63º | 0.34% | 0.87% | - |
| XYZ | 56.58 | 59.57 | 36.12 | - |
| YUV | 201.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 147 | 0 | 0.10 | 0.34 | 0.13 | 42.63 | 0.54 | 0.73 |
| Hex | DF | C9 | 93 | 0 | A | 22 | D | 2B | 36 | 49 |
| Octal | 337 | 311 | 223 | 0 | 12 | 42 | 15 | 53 | 66 | 111 |
| Binary | 11011111 | 11001001 | 10010011 | 0 | 1010 | 100010 | 1101 | 101011 | 110110 | 1001001 |
Color Harmonies of #DFC993
Complementary color
Monochromatic Colors of #DFC993
Black with #DFC993
Text Example
Text Example
White with #DFC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC993; }
p { color: rgb(223,201,147); }
H1.HeaderClassName
{
color: #DFC993;
}
.AnyTagClassName
{
color: #DFC993;
}
</style>
background-color css
<style>
a { background-color: #DFC993; }
a { background-color: rgb(223,201,147); }
div.DivClassName
{
background-color: #DFC993;
}
.BgClassName
{
background-color: #DFC993;
}
</style>
border-color css
<style>
span { border-color: #DFC993; }
span { border-color: rgb(223,201,147); }
td.TdClassName
{
border-color: #DFC993;
}
.TagClassName
{
border-color: #DFC993;
}
</style>