Shades of Equator #DFB461
Tints of Equator #DFB461
RGB
CMYK
RGB Variations
Color information
#DFB461 (or 0xDFB461) is known color: Equator. HEX triplet: DF, B4 and 61. RGB value is (223,180,97). Sum of RGB (Red+Green+Blue) = 223+180+97=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB461 is #204B9E. Grayscale: #B7B7B7. Windows color (decimal): -2116511 or 6403295. OLE color: 6403295.
HSL color Cylindrical-coordinate representation of color #DFB461: hue angle of 39.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFB461 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 97 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.13 |
| HSL | 39.52º | 0.66% | 0.63% | - |
| HSV(B) | 39.52º | 0.57% | 0.87% | - |
| XYZ | 48.91 | 49.19 | 18.23 | - |
| YUV | 183.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 97 | 0 | 0.19 | 0.57 | 0.13 | 39.52 | 0.66 | 0.63 |
| Hex | DF | B4 | 61 | 0 | 13 | 39 | D | 28 | 42 | 3F |
| Octal | 337 | 264 | 141 | 0 | 23 | 71 | 15 | 50 | 102 | 77 |
| Binary | 11011111 | 10110100 | 1100001 | 0 | 10011 | 111001 | 1101 | 101000 | 1000010 | 111111 |
Color Harmonies of #DFB461
Complementary color
Monochromatic Colors of #DFB461
Black with #DFB461
Text Example
Text Example
White with #DFB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB461; }
p { color: rgb(223,180,97); }
H1.HeaderClassName
{
color: #DFB461;
}
.AnyTagClassName
{
color: #DFB461;
}
</style>
background-color css
<style>
a { background-color: #DFB461; }
a { background-color: rgb(223,180,97); }
div.DivClassName
{
background-color: #DFB461;
}
.BgClassName
{
background-color: #DFB461;
}
</style>
border-color css
<style>
span { border-color: #DFB461; }
span { border-color: rgb(223,180,97); }
td.TdClassName
{
border-color: #DFB461;
}
.TagClassName
{
border-color: #DFB461;
}
</style>