Html Css Color HEX #DFC88F Double Colonial White
📋 copy color: '#DFC88F'red 223 ◦ green 200 ◦ blue 143
Shades of Double Colonial White #DFC88F
Tints of Double Colonial White #DFC88F
RGB
CMYK
RGB Variations
Color information
#DFC88F (or 0xDFC88F) is known color: Double Colonial White. HEX triplet: DF, C8 and 8F. RGB value is (223,200,143). Sum of RGB (Red+Green+Blue) = 223+200+143=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC88F is #203770. Grayscale: #C8C8C8. Windows color (decimal): -2111345 or 9423071. OLE color: 9423071.
HSL color Cylindrical-coordinate representation of color #DFC88F: hue angle of 42.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFC88F is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 143 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.13 |
| HSL | 42.75º | 0.56% | 0.72% | - |
| HSV(B) | 42.75º | 0.36% | 0.87% | - |
| XYZ | 56.04 | 58.98 | 34.42 | - |
| YUV | 200.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 143 | 0 | 0.10 | 0.36 | 0.13 | 42.75 | 0.56 | 0.72 |
| Hex | DF | C8 | 8F | 0 | A | 24 | D | 2B | 38 | 48 |
| Octal | 337 | 310 | 217 | 0 | 12 | 44 | 15 | 53 | 70 | 110 |
| Binary | 11011111 | 11001000 | 10001111 | 0 | 1010 | 100100 | 1101 | 101011 | 111000 | 1001000 |
Color Harmonies of #DFC88F
Complementary color
Monochromatic Colors of #DFC88F
Black with #DFC88F
Text Example
Text Example
White with #DFC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC88F; }
p { color: rgb(223,200,143); }
H1.HeaderClassName
{
color: #DFC88F;
}
.AnyTagClassName
{
color: #DFC88F;
}
</style>
background-color css
<style>
a { background-color: #DFC88F; }
a { background-color: rgb(223,200,143); }
div.DivClassName
{
background-color: #DFC88F;
}
.BgClassName
{
background-color: #DFC88F;
}
</style>
border-color css
<style>
span { border-color: #DFC88F; }
span { border-color: rgb(223,200,143); }
td.TdClassName
{
border-color: #DFC88F;
}
.TagClassName
{
border-color: #DFC88F;
}
</style>