Shades of Metallic Gold #D2B136
Tints of Metallic Gold #D2B136
RGB
CMYK
RGB Variations
Color information
#D2B136 (or 0xD2B136) is known color: Metallic Gold. HEX triplet: D2, B1 and 36. RGB value is (210,177,54). Sum of RGB (Red+Green+Blue) = 210+177+54=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B136 is #2D4EC9. Grayscale: #ADADAD. Windows color (decimal): -2969290 or 3584466. OLE color: 3584466.
HSL color Cylindrical-coordinate representation of color #D2B136: hue angle of 47.31º 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 #D2B136 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 54 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.18 |
| HSL | 47.31º | 0.63% | 0.52% | - |
| HSV(B) | 47.31º | 0.74% | 0.82% | - |
| XYZ | 42.97 | 45.41 | 9.99 | - |
| YUV | 172.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 54 | 0 | 0.16 | 0.74 | 0.18 | 47.31 | 0.63 | 0.52 |
| Hex | D2 | B1 | 36 | 0 | 10 | 4A | 12 | 2F | 3F | 34 |
| Octal | 322 | 261 | 66 | 0 | 20 | 112 | 22 | 57 | 77 | 64 |
| Binary | 11010010 | 10110001 | 110110 | 0 | 10000 | 1001010 | 10010 | 101111 | 111111 | 110100 |
Color Harmonies of #D2B136
Complementary color
Monochromatic Colors of #D2B136
Black with #D2B136
Text Example
Text Example
White with #D2B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B136; }
p { color: rgb(210,177,54); }
H1.HeaderClassName
{
color: #D2B136;
}
.AnyTagClassName
{
color: #D2B136;
}
</style>
background-color css
<style>
a { background-color: #D2B136; }
a { background-color: rgb(210,177,54); }
div.DivClassName
{
background-color: #D2B136;
}
.BgClassName
{
background-color: #D2B136;
}
</style>
border-color css
<style>
span { border-color: #D2B136; }
span { border-color: rgb(210,177,54); }
td.TdClassName
{
border-color: #D2B136;
}
.TagClassName
{
border-color: #D2B136;
}
</style>