Shades of Equator #DFB05D
Tints of Equator #DFB05D
RGB
CMYK
RGB Variations
Color information
#DFB05D (or 0xDFB05D) is known color: Equator. HEX triplet: DF, B0 and 5D. RGB value is (223,176,93). Sum of RGB (Red+Green+Blue) = 223+176+93=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB05D is #204FA2. Grayscale: #B4B4B4. Windows color (decimal): -2117539 or 6140127. OLE color: 6140127.
HSL color Cylindrical-coordinate representation of color #DFB05D: hue angle of 38.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFB05D is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 93 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.13 |
| HSL | 38.31º | 0.67% | 0.62% | - |
| HSV(B) | 38.31º | 0.58% | 0.87% | - |
| XYZ | 47.93 | 47.53 | 17 | - |
| YUV | 180.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 93 | 0 | 0.21 | 0.58 | 0.13 | 38.31 | 0.67 | 0.62 |
| Hex | DF | B0 | 5D | 0 | 15 | 3A | D | 26 | 43 | 3E |
| Octal | 337 | 260 | 135 | 0 | 25 | 72 | 15 | 46 | 103 | 76 |
| Binary | 11011111 | 10110000 | 1011101 | 0 | 10101 | 111010 | 1101 | 100110 | 1000011 | 111110 |
Color Harmonies of #DFB05D
Complementary color
Monochromatic Colors of #DFB05D
Black with #DFB05D
Text Example
Text Example
White with #DFB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB05D; }
p { color: rgb(223,176,93); }
H1.HeaderClassName
{
color: #DFB05D;
}
.AnyTagClassName
{
color: #DFB05D;
}
</style>
background-color css
<style>
a { background-color: #DFB05D; }
a { background-color: rgb(223,176,93); }
div.DivClassName
{
background-color: #DFB05D;
}
.BgClassName
{
background-color: #DFB05D;
}
</style>
border-color css
<style>
span { border-color: #DFB05D; }
span { border-color: rgb(223,176,93); }
td.TdClassName
{
border-color: #DFB05D;
}
.TagClassName
{
border-color: #DFB05D;
}
</style>