Shades of Equator #DCB265
Tints of Equator #DCB265
RGB
CMYK
RGB Variations
Color information
#DCB265 (or 0xDCB265) is known color: Equator. HEX triplet: DC, B2 and 65. RGB value is (220,178,101). Sum of RGB (Red+Green+Blue) = 220+178+101=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB265 is #234D9A. Grayscale: #B6B6B6. Windows color (decimal): -2313627 or 6664924. OLE color: 6664924.
HSL color Cylindrical-coordinate representation of color #DCB265: hue angle of 38.82º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCB265 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 101 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.14 |
| HSL | 38.82º | 0.63% | 0.63% | - |
| HSV(B) | 38.82º | 0.54% | 0.86% | - |
| XYZ | 47.78 | 48 | 19.06 | - |
| YUV | 181.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 101 | 0 | 0.19 | 0.54 | 0.14 | 38.82 | 0.63 | 0.63 |
| Hex | DC | B2 | 65 | 0 | 13 | 36 | E | 27 | 3F | 3F |
| Octal | 334 | 262 | 145 | 0 | 23 | 66 | 16 | 47 | 77 | 77 |
| Binary | 11011100 | 10110010 | 1100101 | 0 | 10011 | 110110 | 1110 | 100111 | 111111 | 111111 |
Color Harmonies of #DCB265
Complementary color
Monochromatic Colors of #DCB265
Black with #DCB265
Text Example
Text Example
White with #DCB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB265; }
p { color: rgb(220,178,101); }
H1.HeaderClassName
{
color: #DCB265;
}
.AnyTagClassName
{
color: #DCB265;
}
</style>
background-color css
<style>
a { background-color: #DCB265; }
a { background-color: rgb(220,178,101); }
div.DivClassName
{
background-color: #DCB265;
}
.BgClassName
{
background-color: #DCB265;
}
</style>
border-color css
<style>
span { border-color: #DCB265; }
span { border-color: rgb(220,178,101); }
td.TdClassName
{
border-color: #DCB265;
}
.TagClassName
{
border-color: #DCB265;
}
</style>