Shades of Equator #DCB46B
Tints of Equator #DCB46B
RGB
CMYK
RGB Variations
Color information
#DCB46B (or 0xDCB46B) is known color: Equator. HEX triplet: DC, B4 and 6B. RGB value is (220,180,107). Sum of RGB (Red+Green+Blue) = 220+180+107=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB46B is #234B94. Grayscale: #B7B7B7. Windows color (decimal): -2313109 or 7058652. OLE color: 7058652.
HSL color Cylindrical-coordinate representation of color #DCB46B: hue angle of 38.76º 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 #DCB46B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 107 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.14 |
| HSL | 38.76º | 0.62% | 0.64% | - |
| HSV(B) | 38.76º | 0.51% | 0.86% | - |
| XYZ | 48.49 | 48.92 | 20.8 | - |
| YUV | 183.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 107 | 0 | 0.18 | 0.51 | 0.14 | 38.76 | 0.62 | 0.64 |
| Hex | DC | B4 | 6B | 0 | 12 | 33 | E | 27 | 3E | 40 |
| Octal | 334 | 264 | 153 | 0 | 22 | 63 | 16 | 47 | 76 | 100 |
| Binary | 11011100 | 10110100 | 1101011 | 0 | 10010 | 110011 | 1110 | 100111 | 111110 | 1000000 |
Color Harmonies of #DCB46B
Complementary color
Monochromatic Colors of #DCB46B
Black with #DCB46B
Text Example
Text Example
White with #DCB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB46B; }
p { color: rgb(220,180,107); }
H1.HeaderClassName
{
color: #DCB46B;
}
.AnyTagClassName
{
color: #DCB46B;
}
</style>
background-color css
<style>
a { background-color: #DCB46B; }
a { background-color: rgb(220,180,107); }
div.DivClassName
{
background-color: #DCB46B;
}
.BgClassName
{
background-color: #DCB46B;
}
</style>
border-color css
<style>
span { border-color: #DCB46B; }
span { border-color: rgb(220,180,107); }
td.TdClassName
{
border-color: #DCB46B;
}
.TagClassName
{
border-color: #DCB46B;
}
</style>