Shades of Equator #DAB467
Tints of Equator #DAB467
RGB
CMYK
RGB Variations
Color information
#DAB467 (or 0xDAB467) is known color: Equator. HEX triplet: DA, B4 and 67. RGB value is (218,180,103). Sum of RGB (Red+Green+Blue) = 218+180+103=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB467 is #254B98. Grayscale: #B6B6B6. Windows color (decimal): -2444185 or 6796506. OLE color: 6796506.
HSL color Cylindrical-coordinate representation of color #DAB467: hue angle of 40.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAB467 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 103 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.15 |
| HSL | 40.17º | 0.61% | 0.63% | - |
| HSV(B) | 40.17º | 0.53% | 0.85% | - |
| XYZ | 47.68 | 48.53 | 19.69 | - |
| YUV | 182.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 103 | 0 | 0.17 | 0.53 | 0.15 | 40.17 | 0.61 | 0.63 |
| Hex | DA | B4 | 67 | 0 | 11 | 35 | F | 28 | 3D | 3F |
| Octal | 332 | 264 | 147 | 0 | 21 | 65 | 17 | 50 | 75 | 77 |
| Binary | 11011010 | 10110100 | 1100111 | 0 | 10001 | 110101 | 1111 | 101000 | 111101 | 111111 |
Color Harmonies of #DAB467
Complementary color
Monochromatic Colors of #DAB467
Black with #DAB467
Text Example
Text Example
White with #DAB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB467; }
p { color: rgb(218,180,103); }
H1.HeaderClassName
{
color: #DAB467;
}
.AnyTagClassName
{
color: #DAB467;
}
</style>
background-color css
<style>
a { background-color: #DAB467; }
a { background-color: rgb(218,180,103); }
div.DivClassName
{
background-color: #DAB467;
}
.BgClassName
{
background-color: #DAB467;
}
</style>
border-color css
<style>
span { border-color: #DAB467; }
span { border-color: rgb(218,180,103); }
td.TdClassName
{
border-color: #DAB467;
}
.TagClassName
{
border-color: #DAB467;
}
</style>