Html Css Color HEX #DFC790 Double Colonial White
📋 copy color: '#DFC790'red 223 ◦ green 199 ◦ blue 144
Shades of Double Colonial White #DFC790
Tints of Double Colonial White #DFC790
RGB
CMYK
RGB Variations
Color information
#DFC790 (or 0xDFC790) is known color: Double Colonial White. HEX triplet: DF, C7 and 90. RGB value is (223,199,144). Sum of RGB (Red+Green+Blue) = 223+199+144=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC790 is #20386F. Grayscale: #C8C8C8. Windows color (decimal): -2111600 or 9488351. OLE color: 9488351.
HSL color Cylindrical-coordinate representation of color #DFC790: hue angle of 41.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFC790 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 144 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.13 |
| HSL | 41.77º | 0.55% | 0.72% | - |
| HSV(B) | 41.77º | 0.35% | 0.87% | - |
| XYZ | 55.89 | 58.55 | 34.74 | - |
| YUV | 199.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 144 | 0 | 0.11 | 0.35 | 0.13 | 41.77 | 0.55 | 0.72 |
| Hex | DF | C7 | 90 | 0 | B | 23 | D | 2A | 37 | 48 |
| Octal | 337 | 307 | 220 | 0 | 13 | 43 | 15 | 52 | 67 | 110 |
| Binary | 11011111 | 11000111 | 10010000 | 0 | 1011 | 100011 | 1101 | 101010 | 110111 | 1001000 |
Color Harmonies of #DFC790
Complementary color
Monochromatic Colors of #DFC790
Black with #DFC790
Text Example
Text Example
White with #DFC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC790; }
p { color: rgb(223,199,144); }
H1.HeaderClassName
{
color: #DFC790;
}
.AnyTagClassName
{
color: #DFC790;
}
</style>
background-color css
<style>
a { background-color: #DFC790; }
a { background-color: rgb(223,199,144); }
div.DivClassName
{
background-color: #DFC790;
}
.BgClassName
{
background-color: #DFC790;
}
</style>
border-color css
<style>
span { border-color: #DFC790; }
span { border-color: rgb(223,199,144); }
td.TdClassName
{
border-color: #DFC790;
}
.TagClassName
{
border-color: #DFC790;
}
</style>