Shades of Equator #DCB46C
Tints of Equator #DCB46C
RGB
CMYK
RGB Variations
Color information
#DCB46C (or 0xDCB46C) is known color: Equator. HEX triplet: DC, B4 and 6C. RGB value is (220,180,108). Sum of RGB (Red+Green+Blue) = 220+180+108=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB46C is #234B93. Grayscale: #B8B8B8. Windows color (decimal): -2313108 or 7124188. OLE color: 7124188.
HSL color Cylindrical-coordinate representation of color #DCB46C: hue angle of 38.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCB46C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 108 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.14 |
| HSL | 38.57º | 0.62% | 0.64% | - |
| HSV(B) | 38.57º | 0.51% | 0.86% | - |
| XYZ | 48.54 | 48.94 | 21.08 | - |
| YUV | 183.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 108 | 0 | 0.18 | 0.51 | 0.14 | 38.57 | 0.62 | 0.64 |
| Hex | DC | B4 | 6C | 0 | 12 | 33 | E | 27 | 3E | 40 |
| Octal | 334 | 264 | 154 | 0 | 22 | 63 | 16 | 47 | 76 | 100 |
| Binary | 11011100 | 10110100 | 1101100 | 0 | 10010 | 110011 | 1110 | 100111 | 111110 | 1000000 |
Color Harmonies of #DCB46C
Complementary color
Monochromatic Colors of #DCB46C
Black with #DCB46C
Text Example
Text Example
White with #DCB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB46C; }
p { color: rgb(220,180,108); }
H1.HeaderClassName
{
color: #DCB46C;
}
.AnyTagClassName
{
color: #DCB46C;
}
</style>
background-color css
<style>
a { background-color: #DCB46C; }
a { background-color: rgb(220,180,108); }
div.DivClassName
{
background-color: #DCB46C;
}
.BgClassName
{
background-color: #DCB46C;
}
</style>
border-color css
<style>
span { border-color: #DCB46C; }
span { border-color: rgb(220,180,108); }
td.TdClassName
{
border-color: #DCB46C;
}
.TagClassName
{
border-color: #DCB46C;
}
</style>