Shades of Metallic Gold #D6B23C
Tints of Metallic Gold #D6B23C
RGB
CMYK
RGB Variations
Color information
#D6B23C (or 0xD6B23C) is known color: Metallic Gold. HEX triplet: D6, B2 and 3C. RGB value is (214,178,60). Sum of RGB (Red+Green+Blue) = 214+178+60=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B23C is #294DC3. Grayscale: #AFAFAF. Windows color (decimal): -2706884 or 3977942. OLE color: 3977942.
HSL color Cylindrical-coordinate representation of color #D6B23C: hue angle of 45.97º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6B23C is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 60 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.16 |
| HSL | 45.97º | 0.65% | 0.54% | - |
| HSV(B) | 45.97º | 0.72% | 0.84% | - |
| XYZ | 44.47 | 46.46 | 10.9 | - |
| YUV | 175.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 60 | 0 | 0.17 | 0.72 | 0.16 | 45.97 | 0.65 | 0.54 |
| Hex | D6 | B2 | 3C | 0 | 11 | 48 | 10 | 2E | 41 | 36 |
| Octal | 326 | 262 | 74 | 0 | 21 | 110 | 20 | 56 | 101 | 66 |
| Binary | 11010110 | 10110010 | 111100 | 0 | 10001 | 1001000 | 10000 | 101110 | 1000001 | 110110 |
Color Harmonies of #D6B23C
Complementary color
Monochromatic Colors of #D6B23C
Black with #D6B23C
Text Example
Text Example
White with #D6B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B23C; }
p { color: rgb(214,178,60); }
H1.HeaderClassName
{
color: #D6B23C;
}
.AnyTagClassName
{
color: #D6B23C;
}
</style>
background-color css
<style>
a { background-color: #D6B23C; }
a { background-color: rgb(214,178,60); }
div.DivClassName
{
background-color: #D6B23C;
}
.BgClassName
{
background-color: #D6B23C;
}
</style>
border-color css
<style>
span { border-color: #D6B23C; }
span { border-color: rgb(214,178,60); }
td.TdClassName
{
border-color: #D6B23C;
}
.TagClassName
{
border-color: #D6B23C;
}
</style>