Shades of Old Gold #D6BE43
Tints of Old Gold #D6BE43
RGB
CMYK
RGB Variations
Color information
#D6BE43 (or 0xD6BE43) is known color: Old Gold. HEX triplet: D6, BE and 43. RGB value is (214,190,67). Sum of RGB (Red+Green+Blue) = 214+190+67=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BE43 is #2941BC. Grayscale: #B7B7B7. Windows color (decimal): -2703805 or 4439766. OLE color: 4439766.
HSL color Cylindrical-coordinate representation of color #D6BE43: hue angle of 50.2º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6BE43 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 67 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.16 |
| HSL | 50.2º | 0.64% | 0.55% | - |
| HSV(B) | 50.2º | 0.69% | 0.84% | - |
| XYZ | 47.16 | 51.53 | 12.77 | - |
| YUV | 183.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 67 | 0 | 0.11 | 0.69 | 0.16 | 50.2 | 0.64 | 0.55 |
| Hex | D6 | BE | 43 | 0 | B | 45 | 10 | 32 | 40 | 37 |
| Octal | 326 | 276 | 103 | 0 | 13 | 105 | 20 | 62 | 100 | 67 |
| Binary | 11010110 | 10111110 | 1000011 | 0 | 1011 | 1000101 | 10000 | 110010 | 1000000 | 110111 |
Color Harmonies of #D6BE43
Complementary color
Monochromatic Colors of #D6BE43
Black with #D6BE43
Text Example
Text Example
White with #D6BE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE43; }
p { color: rgb(214,190,67); }
H1.HeaderClassName
{
color: #D6BE43;
}
.AnyTagClassName
{
color: #D6BE43;
}
</style>
background-color css
<style>
a { background-color: #D6BE43; }
a { background-color: rgb(214,190,67); }
div.DivClassName
{
background-color: #D6BE43;
}
.BgClassName
{
background-color: #D6BE43;
}
</style>
border-color css
<style>
span { border-color: #D6BE43; }
span { border-color: rgb(214,190,67); }
td.TdClassName
{
border-color: #D6BE43;
}
.TagClassName
{
border-color: #D6BE43;
}
</style>