Shades of Metallic Gold #D2B239
Tints of Metallic Gold #D2B239
RGB
CMYK
RGB Variations
Color information
#D2B239 (or 0xD2B239) is known color: Metallic Gold. HEX triplet: D2, B2 and 39. RGB value is (210,178,57). Sum of RGB (Red+Green+Blue) = 210+178+57=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B239 is #2D4DC6. Grayscale: #AEAEAE. Windows color (decimal): -2969031 or 3781330. OLE color: 3781330.
HSL color Cylindrical-coordinate representation of color #D2B239: hue angle of 47.45º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2B239 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 57 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.18 |
| HSL | 47.45º | 0.63% | 0.52% | - |
| HSV(B) | 47.45º | 0.73% | 0.82% | - |
| XYZ | 43.24 | 45.84 | 10.44 | - |
| YUV | 173.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 57 | 0 | 0.15 | 0.73 | 0.18 | 47.45 | 0.63 | 0.52 |
| Hex | D2 | B2 | 39 | 0 | F | 49 | 12 | 2F | 3F | 34 |
| Octal | 322 | 262 | 71 | 0 | 17 | 111 | 22 | 57 | 77 | 64 |
| Binary | 11010010 | 10110010 | 111001 | 0 | 1111 | 1001001 | 10010 | 101111 | 111111 | 110100 |
Color Harmonies of #D2B239
Complementary color
Monochromatic Colors of #D2B239
Black with #D2B239
Text Example
Text Example
White with #D2B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B239; }
p { color: rgb(210,178,57); }
H1.HeaderClassName
{
color: #D2B239;
}
.AnyTagClassName
{
color: #D2B239;
}
</style>
background-color css
<style>
a { background-color: #D2B239; }
a { background-color: rgb(210,178,57); }
div.DivClassName
{
background-color: #D2B239;
}
.BgClassName
{
background-color: #D2B239;
}
</style>
border-color css
<style>
span { border-color: #D2B239; }
span { border-color: rgb(210,178,57); }
td.TdClassName
{
border-color: #D2B239;
}
.TagClassName
{
border-color: #D2B239;
}
</style>