Shades of Equator #DFB967
Tints of Equator #DFB967
RGB
CMYK
RGB Variations
Color information
#DFB967 (or 0xDFB967) is known color: Equator. HEX triplet: DF, B9 and 67. RGB value is (223,185,103). Sum of RGB (Red+Green+Blue) = 223+185+103=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB967 is #204698. Grayscale: #BBBBBB. Windows color (decimal): -2115225 or 6797791. OLE color: 6797791.
HSL color Cylindrical-coordinate representation of color #DFB967: hue angle of 41º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFB967 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 103 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.13 |
| HSL | 41º | 0.65% | 0.64% | - |
| HSV(B) | 41º | 0.54% | 0.87% | - |
| XYZ | 50.23 | 51.37 | 20.1 | - |
| YUV | 187.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 103 | 0 | 0.17 | 0.54 | 0.13 | 41 | 0.65 | 0.64 |
| Hex | DF | B9 | 67 | 0 | 11 | 36 | D | 29 | 41 | 40 |
| Octal | 337 | 271 | 147 | 0 | 21 | 66 | 15 | 51 | 101 | 100 |
| Binary | 11011111 | 10111001 | 1100111 | 0 | 10001 | 110110 | 1101 | 101001 | 1000001 | 1000000 |
Color Harmonies of #DFB967
Complementary color
Monochromatic Colors of #DFB967
Black with #DFB967
Text Example
Text Example
White with #DFB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB967; }
p { color: rgb(223,185,103); }
H1.HeaderClassName
{
color: #DFB967;
}
.AnyTagClassName
{
color: #DFB967;
}
</style>
background-color css
<style>
a { background-color: #DFB967; }
a { background-color: rgb(223,185,103); }
div.DivClassName
{
background-color: #DFB967;
}
.BgClassName
{
background-color: #DFB967;
}
</style>
border-color css
<style>
span { border-color: #DFB967; }
span { border-color: rgb(223,185,103); }
td.TdClassName
{
border-color: #DFB967;
}
.TagClassName
{
border-color: #DFB967;
}
</style>