Shades of Equator #DAB265
Tints of Equator #DAB265
RGB
CMYK
RGB Variations
Color information
#DAB265 (or 0xDAB265) is known color: Equator. HEX triplet: DA, B2 and 65. RGB value is (218,178,101). Sum of RGB (Red+Green+Blue) = 218+178+101=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB265 is #254D9A. Grayscale: #B5B5B5. Windows color (decimal): -2444699 or 6664922. OLE color: 6664922.
HSL color Cylindrical-coordinate representation of color #DAB265: hue angle of 39.49º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAB265 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 101 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.15 |
| HSL | 39.49º | 0.61% | 0.63% | - |
| HSV(B) | 39.49º | 0.54% | 0.85% | - |
| XYZ | 47.18 | 47.69 | 19.03 | - |
| YUV | 181.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 101 | 0 | 0.18 | 0.54 | 0.15 | 39.49 | 0.61 | 0.63 |
| Hex | DA | B2 | 65 | 0 | 12 | 36 | F | 27 | 3D | 3F |
| Octal | 332 | 262 | 145 | 0 | 22 | 66 | 17 | 47 | 75 | 77 |
| Binary | 11011010 | 10110010 | 1100101 | 0 | 10010 | 110110 | 1111 | 100111 | 111101 | 111111 |
Color Harmonies of #DAB265
Complementary color
Monochromatic Colors of #DAB265
Black with #DAB265
Text Example
Text Example
White with #DAB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB265; }
p { color: rgb(218,178,101); }
H1.HeaderClassName
{
color: #DAB265;
}
.AnyTagClassName
{
color: #DAB265;
}
</style>
background-color css
<style>
a { background-color: #DAB265; }
a { background-color: rgb(218,178,101); }
div.DivClassName
{
background-color: #DAB265;
}
.BgClassName
{
background-color: #DAB265;
}
</style>
border-color css
<style>
span { border-color: #DAB265; }
span { border-color: rgb(218,178,101); }
td.TdClassName
{
border-color: #DAB265;
}
.TagClassName
{
border-color: #DAB265;
}
</style>