Shades of Old Gold #D4B33D
Tints of Old Gold #D4B33D
RGB
CMYK
RGB Variations
Color information
#D4B33D (or 0xD4B33D) is known color: Old Gold. HEX triplet: D4, B3 and 3D. RGB value is (212,179,61). Sum of RGB (Red+Green+Blue) = 212+179+61=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B33D is #2B4CC2. Grayscale: #AFAFAF. Windows color (decimal): -2837699 or 4043732. OLE color: 4043732.
HSL color Cylindrical-coordinate representation of color #D4B33D: hue angle of 46.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4B33D is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 61 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.17 |
| HSL | 46.89º | 0.64% | 0.54% | - |
| HSV(B) | 46.89º | 0.71% | 0.83% | - |
| XYZ | 44.11 | 46.57 | 11.08 | - |
| YUV | 175.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 61 | 0 | 0.16 | 0.71 | 0.17 | 46.89 | 0.64 | 0.54 |
| Hex | D4 | B3 | 3D | 0 | 10 | 47 | 11 | 2F | 40 | 36 |
| Octal | 324 | 263 | 75 | 0 | 20 | 107 | 21 | 57 | 100 | 66 |
| Binary | 11010100 | 10110011 | 111101 | 0 | 10000 | 1000111 | 10001 | 101111 | 1000000 | 110110 |
Color Harmonies of #D4B33D
Complementary color
Monochromatic Colors of #D4B33D
Black with #D4B33D
Text Example
Text Example
White with #D4B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B33D; }
p { color: rgb(212,179,61); }
H1.HeaderClassName
{
color: #D4B33D;
}
.AnyTagClassName
{
color: #D4B33D;
}
</style>
background-color css
<style>
a { background-color: #D4B33D; }
a { background-color: rgb(212,179,61); }
div.DivClassName
{
background-color: #D4B33D;
}
.BgClassName
{
background-color: #D4B33D;
}
</style>
border-color css
<style>
span { border-color: #D4B33D; }
span { border-color: rgb(212,179,61); }
td.TdClassName
{
border-color: #D4B33D;
}
.TagClassName
{
border-color: #D4B33D;
}
</style>