Shades of Equator #DCB75C
Tints of Equator #DCB75C
RGB
CMYK
RGB Variations
Color information
#DCB75C (or 0xDCB75C) is known color: Equator. HEX triplet: DC, B7 and 5C. RGB value is (220,183,92). Sum of RGB (Red+Green+Blue) = 220+183+92=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB75C is #2348A3. Grayscale: #B8B8B8. Windows color (decimal): -2312356 or 6076380. OLE color: 6076380.
HSL color Cylindrical-coordinate representation of color #DCB75C: hue angle of 42.66º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCB75C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 92 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.14 |
| HSL | 42.66º | 0.65% | 0.61% | - |
| HSV(B) | 42.66º | 0.58% | 0.86% | - |
| XYZ | 48.38 | 49.86 | 17.2 | - |
| YUV | 183.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 92 | 0 | 0.17 | 0.58 | 0.14 | 42.66 | 0.65 | 0.61 |
| Hex | DC | B7 | 5C | 0 | 11 | 3A | E | 2B | 41 | 3D |
| Octal | 334 | 267 | 134 | 0 | 21 | 72 | 16 | 53 | 101 | 75 |
| Binary | 11011100 | 10110111 | 1011100 | 0 | 10001 | 111010 | 1110 | 101011 | 1000001 | 111101 |
Color Harmonies of #DCB75C
Complementary color
Monochromatic Colors of #DCB75C
Black with #DCB75C
Text Example
Text Example
White with #DCB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB75C; }
p { color: rgb(220,183,92); }
H1.HeaderClassName
{
color: #DCB75C;
}
.AnyTagClassName
{
color: #DCB75C;
}
</style>
background-color css
<style>
a { background-color: #DCB75C; }
a { background-color: rgb(220,183,92); }
div.DivClassName
{
background-color: #DCB75C;
}
.BgClassName
{
background-color: #DCB75C;
}
</style>
border-color css
<style>
span { border-color: #DCB75C; }
span { border-color: rgb(220,183,92); }
td.TdClassName
{
border-color: #DCB75C;
}
.TagClassName
{
border-color: #DCB75C;
}
</style>