Shades of Equator #DAB263
Tints of Equator #DAB263
RGB
CMYK
RGB Variations
Color information
#DAB263 (or 0xDAB263) is known color: Equator. HEX triplet: DA, B2 and 63. RGB value is (218,178,99). Sum of RGB (Red+Green+Blue) = 218+178+99=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB263 is #254D9C. Grayscale: #B5B5B5. Windows color (decimal): -2444701 or 6533850. OLE color: 6533850.
HSL color Cylindrical-coordinate representation of color #DAB263: hue angle of 39.83º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAB263 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 99 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.15 |
| HSL | 39.83º | 0.62% | 0.62% | - |
| HSV(B) | 39.83º | 0.55% | 0.85% | - |
| XYZ | 47.09 | 47.65 | 18.52 | - |
| YUV | 180.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 99 | 0 | 0.18 | 0.55 | 0.15 | 39.83 | 0.62 | 0.62 |
| Hex | DA | B2 | 63 | 0 | 12 | 37 | F | 28 | 3E | 3E |
| Octal | 332 | 262 | 143 | 0 | 22 | 67 | 17 | 50 | 76 | 76 |
| Binary | 11011010 | 10110010 | 1100011 | 0 | 10010 | 110111 | 1111 | 101000 | 111110 | 111110 |
Color Harmonies of #DAB263
Complementary color
Monochromatic Colors of #DAB263
Black with #DAB263
Text Example
Text Example
White with #DAB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB263; }
p { color: rgb(218,178,99); }
H1.HeaderClassName
{
color: #DAB263;
}
.AnyTagClassName
{
color: #DAB263;
}
</style>
background-color css
<style>
a { background-color: #DAB263; }
a { background-color: rgb(218,178,99); }
div.DivClassName
{
background-color: #DAB263;
}
.BgClassName
{
background-color: #DAB263;
}
</style>
border-color css
<style>
span { border-color: #DAB263; }
span { border-color: rgb(218,178,99); }
td.TdClassName
{
border-color: #DAB263;
}
.TagClassName
{
border-color: #DAB263;
}
</style>