Shades of Metallic Gold #D6B338
Tints of Metallic Gold #D6B338
RGB
CMYK
RGB Variations
Color information
#D6B338 (or 0xD6B338) is known color: Metallic Gold. HEX triplet: D6, B3 and 38. RGB value is (214,179,56). Sum of RGB (Red+Green+Blue) = 214+179+56=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B338 is #294CC7. Grayscale: #AFAFAF. Windows color (decimal): -2706632 or 3716054. OLE color: 3716054.
HSL color Cylindrical-coordinate representation of color #D6B338: hue angle of 46.71º 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 #D6B338 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 56 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.16 |
| HSL | 46.71º | 0.66% | 0.53% | - |
| HSV(B) | 46.71º | 0.74% | 0.84% | - |
| XYZ | 44.57 | 46.82 | 10.43 | - |
| YUV | 175.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 56 | 0 | 0.16 | 0.74 | 0.16 | 46.71 | 0.66 | 0.53 |
| Hex | D6 | B3 | 38 | 0 | 10 | 4A | 10 | 2F | 42 | 35 |
| Octal | 326 | 263 | 70 | 0 | 20 | 112 | 20 | 57 | 102 | 65 |
| Binary | 11010110 | 10110011 | 111000 | 0 | 10000 | 1001010 | 10000 | 101111 | 1000010 | 110101 |
Color Harmonies of #D6B338
Complementary color
Monochromatic Colors of #D6B338
Black with #D6B338
Text Example
Text Example
White with #D6B338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B338; }
p { color: rgb(214,179,56); }
H1.HeaderClassName
{
color: #D6B338;
}
.AnyTagClassName
{
color: #D6B338;
}
</style>
background-color css
<style>
a { background-color: #D6B338; }
a { background-color: rgb(214,179,56); }
div.DivClassName
{
background-color: #D6B338;
}
.BgClassName
{
background-color: #D6B338;
}
</style>
border-color css
<style>
span { border-color: #D6B338; }
span { border-color: rgb(214,179,56); }
td.TdClassName
{
border-color: #D6B338;
}
.TagClassName
{
border-color: #D6B338;
}
</style>