Shades of Equator #DCB36B
Tints of Equator #DCB36B
RGB
CMYK
RGB Variations
Color information
#DCB36B (or 0xDCB36B) is known color: Equator. HEX triplet: DC, B3 and 6B. RGB value is (220,179,107). Sum of RGB (Red+Green+Blue) = 220+179+107=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB36B is #234C94. Grayscale: #B7B7B7. Windows color (decimal): -2313365 or 7058396. OLE color: 7058396.
HSL color Cylindrical-coordinate representation of color #DCB36B: hue angle of 38.23º 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 #DCB36B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 107 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.14 |
| HSL | 38.23º | 0.62% | 0.64% | - |
| HSV(B) | 38.23º | 0.51% | 0.86% | - |
| XYZ | 48.29 | 48.52 | 20.73 | - |
| YUV | 183.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 107 | 0 | 0.19 | 0.51 | 0.14 | 38.23 | 0.62 | 0.64 |
| Hex | DC | B3 | 6B | 0 | 13 | 33 | E | 26 | 3E | 40 |
| Octal | 334 | 263 | 153 | 0 | 23 | 63 | 16 | 46 | 76 | 100 |
| Binary | 11011100 | 10110011 | 1101011 | 0 | 10011 | 110011 | 1110 | 100110 | 111110 | 1000000 |
Color Harmonies of #DCB36B
Complementary color
Monochromatic Colors of #DCB36B
Black with #DCB36B
Text Example
Text Example
White with #DCB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB36B; }
p { color: rgb(220,179,107); }
H1.HeaderClassName
{
color: #DCB36B;
}
.AnyTagClassName
{
color: #DCB36B;
}
</style>
background-color css
<style>
a { background-color: #DCB36B; }
a { background-color: rgb(220,179,107); }
div.DivClassName
{
background-color: #DCB36B;
}
.BgClassName
{
background-color: #DCB36B;
}
</style>
border-color css
<style>
span { border-color: #DCB36B; }
span { border-color: rgb(220,179,107); }
td.TdClassName
{
border-color: #DCB36B;
}
.TagClassName
{
border-color: #DCB36B;
}
</style>