Shades of Equator #DCB461
Tints of Equator #DCB461
RGB
CMYK
RGB Variations
Color information
#DCB461 (or 0xDCB461) is known color: Equator. HEX triplet: DC, B4 and 61. RGB value is (220,180,97). Sum of RGB (Red+Green+Blue) = 220+180+97=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB461 is #234B9E. Grayscale: #B6B6B6. Windows color (decimal): -2313119 or 6403292. OLE color: 6403292.
HSL color Cylindrical-coordinate representation of color #DCB461: hue angle of 40.49º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCB461 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 97 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.14 |
| HSL | 40.49º | 0.64% | 0.62% | - |
| HSV(B) | 40.49º | 0.56% | 0.86% | - |
| XYZ | 47.99 | 48.72 | 18.18 | - |
| YUV | 182.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 97 | 0 | 0.18 | 0.56 | 0.14 | 40.49 | 0.64 | 0.62 |
| Hex | DC | B4 | 61 | 0 | 12 | 38 | E | 28 | 40 | 3E |
| Octal | 334 | 264 | 141 | 0 | 22 | 70 | 16 | 50 | 100 | 76 |
| Binary | 11011100 | 10110100 | 1100001 | 0 | 10010 | 111000 | 1110 | 101000 | 1000000 | 111110 |
Color Harmonies of #DCB461
Complementary color
Monochromatic Colors of #DCB461
Black with #DCB461
Text Example
Text Example
White with #DCB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB461; }
p { color: rgb(220,180,97); }
H1.HeaderClassName
{
color: #DCB461;
}
.AnyTagClassName
{
color: #DCB461;
}
</style>
background-color css
<style>
a { background-color: #DCB461; }
a { background-color: rgb(220,180,97); }
div.DivClassName
{
background-color: #DCB461;
}
.BgClassName
{
background-color: #DCB461;
}
</style>
border-color css
<style>
span { border-color: #DCB461; }
span { border-color: rgb(220,180,97); }
td.TdClassName
{
border-color: #DCB461;
}
.TagClassName
{
border-color: #DCB461;
}
</style>