Shades of Equator #DCB367
Tints of Equator #DCB367
RGB
CMYK
RGB Variations
Color information
#DCB367 (or 0xDCB367) is known color: Equator. HEX triplet: DC, B3 and 67. RGB value is (220,179,103). Sum of RGB (Red+Green+Blue) = 220+179+103=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB367 is #234C98. Grayscale: #B6B6B6. Windows color (decimal): -2313369 or 6796252. OLE color: 6796252.
HSL color Cylindrical-coordinate representation of color #DCB367: hue angle of 38.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCB367 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 103 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.14 |
| HSL | 38.97º | 0.63% | 0.63% | - |
| HSV(B) | 38.97º | 0.53% | 0.86% | - |
| XYZ | 48.08 | 48.44 | 19.65 | - |
| YUV | 182.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 103 | 0 | 0.19 | 0.53 | 0.14 | 38.97 | 0.63 | 0.63 |
| Hex | DC | B3 | 67 | 0 | 13 | 35 | E | 27 | 3F | 3F |
| Octal | 334 | 263 | 147 | 0 | 23 | 65 | 16 | 47 | 77 | 77 |
| Binary | 11011100 | 10110011 | 1100111 | 0 | 10011 | 110101 | 1110 | 100111 | 111111 | 111111 |
Color Harmonies of #DCB367
Complementary color
Monochromatic Colors of #DCB367
Black with #DCB367
Text Example
Text Example
White with #DCB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB367; }
p { color: rgb(220,179,103); }
H1.HeaderClassName
{
color: #DCB367;
}
.AnyTagClassName
{
color: #DCB367;
}
</style>
background-color css
<style>
a { background-color: #DCB367; }
a { background-color: rgb(220,179,103); }
div.DivClassName
{
background-color: #DCB367;
}
.BgClassName
{
background-color: #DCB367;
}
</style>
border-color css
<style>
span { border-color: #DCB367; }
span { border-color: rgb(220,179,103); }
td.TdClassName
{
border-color: #DCB367;
}
.TagClassName
{
border-color: #DCB367;
}
</style>