Shades of Equator #DCB65C
Tints of Equator #DCB65C
RGB
CMYK
RGB Variations
Color information
#DCB65C (or 0xDCB65C) is known color: Equator. HEX triplet: DC, B6 and 5C. RGB value is (220,182,92). Sum of RGB (Red+Green+Blue) = 220+182+92=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB65C is #2349A3. Grayscale: #B7B7B7. Windows color (decimal): -2312612 or 6076124. OLE color: 6076124.
HSL color Cylindrical-coordinate representation of color #DCB65C: hue angle of 42.19º 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 #DCB65C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 92 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.14 |
| HSL | 42.19º | 0.65% | 0.61% | - |
| HSV(B) | 42.19º | 0.58% | 0.86% | - |
| XYZ | 48.17 | 49.44 | 17.13 | - |
| YUV | 183.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 92 | 0 | 0.17 | 0.58 | 0.14 | 42.19 | 0.65 | 0.61 |
| Hex | DC | B6 | 5C | 0 | 11 | 3A | E | 2A | 41 | 3D |
| Octal | 334 | 266 | 134 | 0 | 21 | 72 | 16 | 52 | 101 | 75 |
| Binary | 11011100 | 10110110 | 1011100 | 0 | 10001 | 111010 | 1110 | 101010 | 1000001 | 111101 |
Color Harmonies of #DCB65C
Complementary color
Monochromatic Colors of #DCB65C
Black with #DCB65C
Text Example
Text Example
White with #DCB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB65C; }
p { color: rgb(220,182,92); }
H1.HeaderClassName
{
color: #DCB65C;
}
.AnyTagClassName
{
color: #DCB65C;
}
</style>
background-color css
<style>
a { background-color: #DCB65C; }
a { background-color: rgb(220,182,92); }
div.DivClassName
{
background-color: #DCB65C;
}
.BgClassName
{
background-color: #DCB65C;
}
</style>
border-color css
<style>
span { border-color: #DCB65C; }
span { border-color: rgb(220,182,92); }
td.TdClassName
{
border-color: #DCB65C;
}
.TagClassName
{
border-color: #DCB65C;
}
</style>