Shades of Equator #DFB05E
Tints of Equator #DFB05E
RGB
CMYK
RGB Variations
Color information
#DFB05E (or 0xDFB05E) is known color: Equator. HEX triplet: DF, B0 and 5E. RGB value is (223,176,94). Sum of RGB (Red+Green+Blue) = 223+176+94=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB05E is #204FA1. Grayscale: #B5B5B5. Windows color (decimal): -2117538 or 6205663. OLE color: 6205663.
HSL color Cylindrical-coordinate representation of color #DFB05E: hue angle of 38.14º 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 #DFB05E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 176 | 94 | - |
CMYK | 0 | 0.21 | 0.58 | 0.13 |
HSL | 38.14º | 0.67% | 0.62% | - |
HSV(B) | 38.14º | 0.58% | 0.87% | - |
XYZ | 47.98 | 47.55 | 17.24 | - |
YUV | 180.71 | 79.07 | 158.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 176 | 94 | 0 | 0.21 | 0.58 | 0.13 | 38.14 | 0.67 | 0.62 |
Hex | DF | B0 | 5E | 0 | 15 | 3A | D | 26 | 43 | 3E |
Octal | 337 | 260 | 136 | 0 | 25 | 72 | 15 | 46 | 103 | 76 |
Binary | 11011111 | 10110000 | 1011110 | 0 | 10101 | 111010 | 1101 | 100110 | 1000011 | 111110 |
Color Harmonies of #DFB05E
Complementary color
Monochromatic Colors of #DFB05E
Black with #DFB05E
Text Example
Text Example
White with #DFB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB05E; }
p { color: rgb(223,176,94); }
H1.HeaderClassName
{
color: #DFB05E;
}
.AnyTagClassName
{
color: #DFB05E;
}
</style>
background-color css
<style>
a { background-color: #DFB05E; }
a { background-color: rgb(223,176,94); }
div.DivClassName
{
background-color: #DFB05E;
}
.BgClassName
{
background-color: #DFB05E;
}
</style>
border-color css
<style>
span { border-color: #DFB05E; }
span { border-color: rgb(223,176,94); }
td.TdClassName
{
border-color: #DFB05E;
}
.TagClassName
{
border-color: #DFB05E;
}
</style>