Shades of Metallic Gold #D2B237
Tints of Metallic Gold #D2B237
RGB
CMYK
RGB Variations
Color information
#D2B237 (or 0xD2B237) is known color: Metallic Gold. HEX triplet: D2, B2 and 37. RGB value is (210,178,55). Sum of RGB (Red+Green+Blue) = 210+178+55=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B237 is #2D4DC8. Grayscale: #AEAEAE. Windows color (decimal): -2969033 or 3650258. OLE color: 3650258.
HSL color Cylindrical-coordinate representation of color #D2B237: hue angle of 47.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2B237 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 55 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.18 |
| HSL | 47.61º | 0.63% | 0.52% | - |
| HSV(B) | 47.61º | 0.74% | 0.82% | - |
| XYZ | 43.19 | 45.82 | 10.18 | - |
| YUV | 173.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 55 | 0 | 0.15 | 0.74 | 0.18 | 47.61 | 0.63 | 0.52 |
| Hex | D2 | B2 | 37 | 0 | F | 4A | 12 | 30 | 3F | 34 |
| Octal | 322 | 262 | 67 | 0 | 17 | 112 | 22 | 60 | 77 | 64 |
| Binary | 11010010 | 10110010 | 110111 | 0 | 1111 | 1001010 | 10010 | 110000 | 111111 | 110100 |
Color Harmonies of #D2B237
Complementary color
Monochromatic Colors of #D2B237
Black with #D2B237
Text Example
Text Example
White with #D2B237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B237; }
p { color: rgb(210,178,55); }
H1.HeaderClassName
{
color: #D2B237;
}
.AnyTagClassName
{
color: #D2B237;
}
</style>
background-color css
<style>
a { background-color: #D2B237; }
a { background-color: rgb(210,178,55); }
div.DivClassName
{
background-color: #D2B237;
}
.BgClassName
{
background-color: #D2B237;
}
</style>
border-color css
<style>
span { border-color: #D2B237; }
span { border-color: rgb(210,178,55); }
td.TdClassName
{
border-color: #D2B237;
}
.TagClassName
{
border-color: #D2B237;
}
</style>