Html Css Color HEX #DFC691 Double Colonial White
📋 copy color: '#DFC691'red 223 ◦ green 198 ◦ blue 145
Shades of Double Colonial White #DFC691
Tints of Double Colonial White #DFC691
RGB
CMYK
RGB Variations
Color information
#DFC691 (or 0xDFC691) is known color: Double Colonial White. HEX triplet: DF, C6 and 91. RGB value is (223,198,145). Sum of RGB (Red+Green+Blue) = 223+198+145=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC691 is #20396E. Grayscale: #C7C7C7. Windows color (decimal): -2111855 or 9553631. OLE color: 9553631.
HSL color Cylindrical-coordinate representation of color #DFC691: hue angle of 40.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 #DFC691 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 145 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.13 |
| HSL | 40.77º | 0.55% | 0.72% | - |
| HSV(B) | 40.77º | 0.35% | 0.87% | - |
| XYZ | 55.74 | 58.12 | 35.07 | - |
| YUV | 199.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 145 | 0 | 0.11 | 0.35 | 0.13 | 40.77 | 0.55 | 0.72 |
| Hex | DF | C6 | 91 | 0 | B | 23 | D | 29 | 37 | 48 |
| Octal | 337 | 306 | 221 | 0 | 13 | 43 | 15 | 51 | 67 | 110 |
| Binary | 11011111 | 11000110 | 10010001 | 0 | 1011 | 100011 | 1101 | 101001 | 110111 | 1001000 |
Color Harmonies of #DFC691
Complementary color
Monochromatic Colors of #DFC691
Black with #DFC691
Text Example
Text Example
White with #DFC691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC691; }
p { color: rgb(223,198,145); }
H1.HeaderClassName
{
color: #DFC691;
}
.AnyTagClassName
{
color: #DFC691;
}
</style>
background-color css
<style>
a { background-color: #DFC691; }
a { background-color: rgb(223,198,145); }
div.DivClassName
{
background-color: #DFC691;
}
.BgClassName
{
background-color: #DFC691;
}
</style>
border-color css
<style>
span { border-color: #DFC691; }
span { border-color: rgb(223,198,145); }
td.TdClassName
{
border-color: #DFC691;
}
.TagClassName
{
border-color: #DFC691;
}
</style>