Shades of Old Gold #DAB83C
Tints of Old Gold #DAB83C
RGB
CMYK
RGB Variations
Color information
#DAB83C (or 0xDAB83C) is known color: Old Gold. HEX triplet: DA, B8 and 3C. RGB value is (218,184,60). Sum of RGB (Red+Green+Blue) = 218+184+60=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB83C is #2547C3. Grayscale: #B4B4B4. Windows color (decimal): -2443204 or 3979482. OLE color: 3979482.
HSL color Cylindrical-coordinate representation of color #DAB83C: hue angle of 47.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAB83C is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 60 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.15 |
| HSL | 47.09º | 0.68% | 0.55% | - |
| HSV(B) | 47.09º | 0.72% | 0.85% | - |
| XYZ | 46.87 | 49.51 | 11.36 | - |
| YUV | 180.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 60 | 0 | 0.16 | 0.72 | 0.15 | 47.09 | 0.68 | 0.55 |
| Hex | DA | B8 | 3C | 0 | 10 | 48 | F | 2F | 44 | 37 |
| Octal | 332 | 270 | 74 | 0 | 20 | 110 | 17 | 57 | 104 | 67 |
| Binary | 11011010 | 10111000 | 111100 | 0 | 10000 | 1001000 | 1111 | 101111 | 1000100 | 110111 |
Color Harmonies of #DAB83C
Complementary color
Monochromatic Colors of #DAB83C
Black with #DAB83C
Text Example
Text Example
White with #DAB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB83C; }
p { color: rgb(218,184,60); }
H1.HeaderClassName
{
color: #DAB83C;
}
.AnyTagClassName
{
color: #DAB83C;
}
</style>
background-color css
<style>
a { background-color: #DAB83C; }
a { background-color: rgb(218,184,60); }
div.DivClassName
{
background-color: #DAB83C;
}
.BgClassName
{
background-color: #DAB83C;
}
</style>
border-color css
<style>
span { border-color: #DAB83C; }
span { border-color: rgb(218,184,60); }
td.TdClassName
{
border-color: #DAB83C;
}
.TagClassName
{
border-color: #DAB83C;
}
</style>