Shades of Equator #DFB06A
Tints of Equator #DFB06A
RGB
CMYK
RGB Variations
Color information
#DFB06A (or 0xDFB06A) is known color: Equator. HEX triplet: DF, B0 and 6A. RGB value is (223,176,106). Sum of RGB (Red+Green+Blue) = 223+176+106=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB06A is #204F95. Grayscale: #B6B6B6. Windows color (decimal): -2117526 or 6992095. OLE color: 6992095.
HSL color Cylindrical-coordinate representation of color #DFB06A: hue angle of 35.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFB06A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 106 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.13 |
| HSL | 35.9º | 0.65% | 0.65% | - |
| HSV(B) | 35.9º | 0.52% | 0.87% | - |
| XYZ | 48.56 | 47.78 | 20.3 | - |
| YUV | 182.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 106 | 0 | 0.21 | 0.52 | 0.13 | 35.9 | 0.65 | 0.65 |
| Hex | DF | B0 | 6A | 0 | 15 | 34 | D | 24 | 41 | 41 |
| Octal | 337 | 260 | 152 | 0 | 25 | 64 | 15 | 44 | 101 | 101 |
| Binary | 11011111 | 10110000 | 1101010 | 0 | 10101 | 110100 | 1101 | 100100 | 1000001 | 1000001 |
Color Harmonies of #DFB06A
Complementary color
Monochromatic Colors of #DFB06A
Black with #DFB06A
Text Example
Text Example
White with #DFB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB06A; }
p { color: rgb(223,176,106); }
H1.HeaderClassName
{
color: #DFB06A;
}
.AnyTagClassName
{
color: #DFB06A;
}
</style>
background-color css
<style>
a { background-color: #DFB06A; }
a { background-color: rgb(223,176,106); }
div.DivClassName
{
background-color: #DFB06A;
}
.BgClassName
{
background-color: #DFB06A;
}
</style>
border-color css
<style>
span { border-color: #DFB06A; }
span { border-color: rgb(223,176,106); }
td.TdClassName
{
border-color: #DFB06A;
}
.TagClassName
{
border-color: #DFB06A;
}
</style>