Shades of Equator #DFB462
Tints of Equator #DFB462
RGB
CMYK
RGB Variations
Color information
#DFB462 (or 0xDFB462) is known color: Equator. HEX triplet: DF, B4 and 62. RGB value is (223,180,98). Sum of RGB (Red+Green+Blue) = 223+180+98=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB462 is #204B9D. Grayscale: #B7B7B7. Windows color (decimal): -2116510 or 6468831. OLE color: 6468831.
HSL color Cylindrical-coordinate representation of color #DFB462: hue angle of 39.36º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFB462 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 98 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.13 |
| HSL | 39.36º | 0.66% | 0.63% | - |
| HSV(B) | 39.36º | 0.56% | 0.87% | - |
| XYZ | 48.96 | 49.21 | 18.47 | - |
| YUV | 183.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 98 | 0 | 0.19 | 0.56 | 0.13 | 39.36 | 0.66 | 0.63 |
| Hex | DF | B4 | 62 | 0 | 13 | 38 | D | 27 | 42 | 3F |
| Octal | 337 | 264 | 142 | 0 | 23 | 70 | 15 | 47 | 102 | 77 |
| Binary | 11011111 | 10110100 | 1100010 | 0 | 10011 | 111000 | 1101 | 100111 | 1000010 | 111111 |
Color Harmonies of #DFB462
Complementary color
Monochromatic Colors of #DFB462
Black with #DFB462
Text Example
Text Example
White with #DFB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB462; }
p { color: rgb(223,180,98); }
H1.HeaderClassName
{
color: #DFB462;
}
.AnyTagClassName
{
color: #DFB462;
}
</style>
background-color css
<style>
a { background-color: #DFB462; }
a { background-color: rgb(223,180,98); }
div.DivClassName
{
background-color: #DFB462;
}
.BgClassName
{
background-color: #DFB462;
}
</style>
border-color css
<style>
span { border-color: #DFB462; }
span { border-color: rgb(223,180,98); }
td.TdClassName
{
border-color: #DFB462;
}
.TagClassName
{
border-color: #DFB462;
}
</style>