Html Css Color HEX #DFC890 Double Colonial White
📋 copy color: '#DFC890'red 223 ◦ green 200 ◦ blue 144
Shades of Double Colonial White #DFC890
Tints of Double Colonial White #DFC890
RGB
CMYK
RGB Variations
Color information
#DFC890 (or 0xDFC890) is known color: Double Colonial White. HEX triplet: DF, C8 and 90. RGB value is (223,200,144). Sum of RGB (Red+Green+Blue) = 223+200+144=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC890 is #20376F. Grayscale: #C8C8C8. Windows color (decimal): -2111344 or 9488607. OLE color: 9488607.
HSL color Cylindrical-coordinate representation of color #DFC890: hue angle of 42.53º 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 #DFC890 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 144 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.13 |
| HSL | 42.53º | 0.55% | 0.72% | - |
| HSV(B) | 42.53º | 0.35% | 0.87% | - |
| XYZ | 56.12 | 59.01 | 34.82 | - |
| YUV | 200.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 144 | 0 | 0.10 | 0.35 | 0.13 | 42.53 | 0.55 | 0.72 |
| Hex | DF | C8 | 90 | 0 | A | 23 | D | 2B | 37 | 48 |
| Octal | 337 | 310 | 220 | 0 | 12 | 43 | 15 | 53 | 67 | 110 |
| Binary | 11011111 | 11001000 | 10010000 | 0 | 1010 | 100011 | 1101 | 101011 | 110111 | 1001000 |
Color Harmonies of #DFC890
Complementary color
Monochromatic Colors of #DFC890
Black with #DFC890
Text Example
Text Example
White with #DFC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC890; }
p { color: rgb(223,200,144); }
H1.HeaderClassName
{
color: #DFC890;
}
.AnyTagClassName
{
color: #DFC890;
}
</style>
background-color css
<style>
a { background-color: #DFC890; }
a { background-color: rgb(223,200,144); }
div.DivClassName
{
background-color: #DFC890;
}
.BgClassName
{
background-color: #DFC890;
}
</style>
border-color css
<style>
span { border-color: #DFC890; }
span { border-color: rgb(223,200,144); }
td.TdClassName
{
border-color: #DFC890;
}
.TagClassName
{
border-color: #DFC890;
}
</style>