Shades of Metallic Gold #CBA72D
Tints of Metallic Gold #CBA72D
RGB
CMYK
RGB Variations
Color information
#CBA72D (or 0xCBA72D) is known color: Metallic Gold. HEX triplet: CB, A7 and 2D. RGB value is (203,167,45). Sum of RGB (Red+Green+Blue) = 203+167+45=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA72D is #3458D2. Grayscale: #A4A4A4. Windows color (decimal): -3430611 or 2992075. OLE color: 2992075.
HSL color Cylindrical-coordinate representation of color #CBA72D: hue angle of 46.33º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBA72D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 167 | 45 | - |
CMYK | 0 | 0.18 | 0.78 | 0.20 |
HSL | 46.33º | 0.64% | 0.49% | - |
HSV(B) | 46.33º | 0.78% | 0.8% | - |
XYZ | 38.92 | 40.52 | 8.25 | - |
YUV | 163.86 | 60.93 | 155.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 167 | 45 | 0 | 0.18 | 0.78 | 0.20 | 46.33 | 0.64 | 0.49 |
Hex | CB | A7 | 2D | 0 | 12 | 4E | 14 | 2E | 40 | 31 |
Octal | 313 | 247 | 55 | 0 | 22 | 116 | 24 | 56 | 100 | 61 |
Binary | 11001011 | 10100111 | 101101 | 0 | 10010 | 1001110 | 10100 | 101110 | 1000000 | 110001 |
Color Harmonies of #CBA72D
Complementary color
Monochromatic Colors of #CBA72D
Black with #CBA72D
Text Example
Text Example
White with #CBA72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA72D; }
p { color: rgb(203,167,45); }
H1.HeaderClassName
{
color: #CBA72D;
}
.AnyTagClassName
{
color: #CBA72D;
}
</style>
background-color css
<style>
a { background-color: #CBA72D; }
a { background-color: rgb(203,167,45); }
div.DivClassName
{
background-color: #CBA72D;
}
.BgClassName
{
background-color: #CBA72D;
}
</style>
border-color css
<style>
span { border-color: #CBA72D; }
span { border-color: rgb(203,167,45); }
td.TdClassName
{
border-color: #CBA72D;
}
.TagClassName
{
border-color: #CBA72D;
}
</style>