Shades of Metallic Gold #D6B438
Tints of Metallic Gold #D6B438
RGB
CMYK
RGB Variations
Color information
#D6B438 (or 0xD6B438) is known color: Metallic Gold. HEX triplet: D6, B4 and 38. RGB value is (214,180,56). Sum of RGB (Red+Green+Blue) = 214+180+56=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B438 is #294BC7. Grayscale: #B0B0B0. Windows color (decimal): -2706376 or 3716310. OLE color: 3716310.
HSL color Cylindrical-coordinate representation of color #D6B438: hue angle of 47.09º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6B438 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 56 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.16 |
| HSL | 47.09º | 0.66% | 0.53% | - |
| HSV(B) | 47.09º | 0.74% | 0.84% | - |
| XYZ | 44.77 | 47.22 | 10.5 | - |
| YUV | 176.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 56 | 0 | 0.16 | 0.74 | 0.16 | 47.09 | 0.66 | 0.53 |
| Hex | D6 | B4 | 38 | 0 | 10 | 4A | 10 | 2F | 42 | 35 |
| Octal | 326 | 264 | 70 | 0 | 20 | 112 | 20 | 57 | 102 | 65 |
| Binary | 11010110 | 10110100 | 111000 | 0 | 10000 | 1001010 | 10000 | 101111 | 1000010 | 110101 |
Color Harmonies of #D6B438
Complementary color
Monochromatic Colors of #D6B438
Black with #D6B438
Text Example
Text Example
White with #D6B438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B438; }
p { color: rgb(214,180,56); }
H1.HeaderClassName
{
color: #D6B438;
}
.AnyTagClassName
{
color: #D6B438;
}
</style>
background-color css
<style>
a { background-color: #D6B438; }
a { background-color: rgb(214,180,56); }
div.DivClassName
{
background-color: #D6B438;
}
.BgClassName
{
background-color: #D6B438;
}
</style>
border-color css
<style>
span { border-color: #D6B438; }
span { border-color: rgb(214,180,56); }
td.TdClassName
{
border-color: #D6B438;
}
.TagClassName
{
border-color: #D6B438;
}
</style>