Shades of Equator #DFB15F
Tints of Equator #DFB15F
RGB
CMYK
RGB Variations
Color information
#DFB15F (or 0xDFB15F) is known color: Equator. HEX triplet: DF, B1 and 5F. RGB value is (223,177,95). Sum of RGB (Red+Green+Blue) = 223+177+95=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB15F is #204EA0. Grayscale: #B5B5B5. Windows color (decimal): -2117281 or 6271455. OLE color: 6271455.
HSL color Cylindrical-coordinate representation of color #DFB15F: hue angle of 38.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFB15F is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 95 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.13 |
| HSL | 38.44º | 0.67% | 0.62% | - |
| HSV(B) | 38.44º | 0.57% | 0.87% | - |
| XYZ | 48.22 | 47.96 | 17.54 | - |
| YUV | 181.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 95 | 0 | 0.21 | 0.57 | 0.13 | 38.44 | 0.67 | 0.62 |
| Hex | DF | B1 | 5F | 0 | 15 | 39 | D | 26 | 43 | 3E |
| Octal | 337 | 261 | 137 | 0 | 25 | 71 | 15 | 46 | 103 | 76 |
| Binary | 11011111 | 10110001 | 1011111 | 0 | 10101 | 111001 | 1101 | 100110 | 1000011 | 111110 |
Color Harmonies of #DFB15F
Complementary color
Monochromatic Colors of #DFB15F
Black with #DFB15F
Text Example
Text Example
White with #DFB15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB15F; }
p { color: rgb(223,177,95); }
H1.HeaderClassName
{
color: #DFB15F;
}
.AnyTagClassName
{
color: #DFB15F;
}
</style>
background-color css
<style>
a { background-color: #DFB15F; }
a { background-color: rgb(223,177,95); }
div.DivClassName
{
background-color: #DFB15F;
}
.BgClassName
{
background-color: #DFB15F;
}
</style>
border-color css
<style>
span { border-color: #DFB15F; }
span { border-color: rgb(223,177,95); }
td.TdClassName
{
border-color: #DFB15F;
}
.TagClassName
{
border-color: #DFB15F;
}
</style>