Shades of Old Gold #D3BB36
Tints of Old Gold #D3BB36
RGB
CMYK
RGB Variations
Color information
#D3BB36 (or 0xD3BB36) is known color: Old Gold. HEX triplet: D3, BB and 36. RGB value is (211,187,54). Sum of RGB (Red+Green+Blue) = 211+187+54=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BB36 is #2C44C9. Grayscale: #B3B3B3. Windows color (decimal): -2901194 or 3587027. OLE color: 3587027.
HSL color Cylindrical-coordinate representation of color #D3BB36: hue angle of 50.83º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3BB36 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 54 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.17 |
| HSL | 50.83º | 0.64% | 0.52% | - |
| HSV(B) | 50.83º | 0.74% | 0.83% | - |
| XYZ | 45.3 | 49.66 | 10.69 | - |
| YUV | 179.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 54 | 0 | 0.11 | 0.74 | 0.17 | 50.83 | 0.64 | 0.52 |
| Hex | D3 | BB | 36 | 0 | B | 4A | 11 | 33 | 40 | 34 |
| Octal | 323 | 273 | 66 | 0 | 13 | 112 | 21 | 63 | 100 | 64 |
| Binary | 11010011 | 10111011 | 110110 | 0 | 1011 | 1001010 | 10001 | 110011 | 1000000 | 110100 |
Color Harmonies of #D3BB36
Complementary color
Monochromatic Colors of #D3BB36
Black with #D3BB36
Text Example
Text Example
White with #D3BB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BB36; }
p { color: rgb(211,187,54); }
H1.HeaderClassName
{
color: #D3BB36;
}
.AnyTagClassName
{
color: #D3BB36;
}
</style>
background-color css
<style>
a { background-color: #D3BB36; }
a { background-color: rgb(211,187,54); }
div.DivClassName
{
background-color: #D3BB36;
}
.BgClassName
{
background-color: #D3BB36;
}
</style>
border-color css
<style>
span { border-color: #D3BB36; }
span { border-color: rgb(211,187,54); }
td.TdClassName
{
border-color: #D3BB36;
}
.TagClassName
{
border-color: #D3BB36;
}
</style>