Html Css Color HEX #DFC995 Double Colonial White
📋 copy color: '#DFC995'red 223 ◦ green 201 ◦ blue 149
Shades of Double Colonial White #DFC995
Tints of Double Colonial White #DFC995
RGB
CMYK
RGB Variations
Color information
#DFC995 (or 0xDFC995) is known color: Double Colonial White. HEX triplet: DF, C9 and 95. RGB value is (223,201,149). Sum of RGB (Red+Green+Blue) = 223+201+149=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC995 is #20366A. Grayscale: #C9C9C9. Windows color (decimal): -2111083 or 9816543. OLE color: 9816543.
HSL color Cylindrical-coordinate representation of color #DFC995: hue angle of 42.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFC995 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 149 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.13 |
| HSL | 42.16º | 0.54% | 0.73% | - |
| HSV(B) | 42.16º | 0.33% | 0.87% | - |
| XYZ | 56.74 | 59.63 | 36.95 | - |
| YUV | 201.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 149 | 0 | 0.10 | 0.33 | 0.13 | 42.16 | 0.54 | 0.73 |
| Hex | DF | C9 | 95 | 0 | A | 21 | D | 2A | 36 | 49 |
| Octal | 337 | 311 | 225 | 0 | 12 | 41 | 15 | 52 | 66 | 111 |
| Binary | 11011111 | 11001001 | 10010101 | 0 | 1010 | 100001 | 1101 | 101010 | 110110 | 1001001 |
Color Harmonies of #DFC995
Complementary color
Monochromatic Colors of #DFC995
Black with #DFC995
Text Example
Text Example
White with #DFC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC995; }
p { color: rgb(223,201,149); }
H1.HeaderClassName
{
color: #DFC995;
}
.AnyTagClassName
{
color: #DFC995;
}
</style>
background-color css
<style>
a { background-color: #DFC995; }
a { background-color: rgb(223,201,149); }
div.DivClassName
{
background-color: #DFC995;
}
.BgClassName
{
background-color: #DFC995;
}
</style>
border-color css
<style>
span { border-color: #DFC995; }
span { border-color: rgb(223,201,149); }
td.TdClassName
{
border-color: #DFC995;
}
.TagClassName
{
border-color: #DFC995;
}
</style>