Shades of Metallic Gold #D6B533
Tints of Metallic Gold #D6B533
RGB
CMYK
RGB Variations
Color information
#D6B533 (or 0xD6B533) is known color: Metallic Gold. HEX triplet: D6, B5 and 33. RGB value is (214,181,51). Sum of RGB (Red+Green+Blue) = 214+181+51=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B533 is #294ACC. Grayscale: #B0B0B0. Windows color (decimal): -2706125 or 3388886. OLE color: 3388886.
HSL color Cylindrical-coordinate representation of color #D6B533: hue angle of 47.85º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6B533 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 51 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.16 |
| HSL | 47.85º | 0.67% | 0.52% | - |
| HSV(B) | 47.85º | 0.76% | 0.84% | - |
| XYZ | 44.85 | 47.58 | 9.95 | - |
| YUV | 176.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 51 | 0 | 0.15 | 0.76 | 0.16 | 47.85 | 0.67 | 0.52 |
| Hex | D6 | B5 | 33 | 0 | F | 4C | 10 | 30 | 43 | 34 |
| Octal | 326 | 265 | 63 | 0 | 17 | 114 | 20 | 60 | 103 | 64 |
| Binary | 11010110 | 10110101 | 110011 | 0 | 1111 | 1001100 | 10000 | 110000 | 1000011 | 110100 |
Color Harmonies of #D6B533
Complementary color
Monochromatic Colors of #D6B533
Black with #D6B533
Text Example
Text Example
White with #D6B533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B533; }
p { color: rgb(214,181,51); }
H1.HeaderClassName
{
color: #D6B533;
}
.AnyTagClassName
{
color: #D6B533;
}
</style>
background-color css
<style>
a { background-color: #D6B533; }
a { background-color: rgb(214,181,51); }
div.DivClassName
{
background-color: #D6B533;
}
.BgClassName
{
background-color: #D6B533;
}
</style>
border-color css
<style>
span { border-color: #D6B533; }
span { border-color: rgb(214,181,51); }
td.TdClassName
{
border-color: #D6B533;
}
.TagClassName
{
border-color: #D6B533;
}
</style>