Shades of Metallic Gold #CBAC34
Tints of Metallic Gold #CBAC34
RGB
CMYK
RGB Variations
Color information
#CBAC34 (or 0xCBAC34) is known color: Metallic Gold. HEX triplet: CB, AC and 34. RGB value is (203,172,52). Sum of RGB (Red+Green+Blue) = 203+172+52=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC34 is #3453CB. Grayscale: #A8A8A8. Windows color (decimal): -3429324 or 3452107. OLE color: 3452107.
HSL color Cylindrical-coordinate representation of color #CBAC34: hue angle of 47.68º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBAC34 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 52 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.20 |
| HSL | 47.68º | 0.59% | 0.5% | - |
| HSV(B) | 47.68º | 0.74% | 0.8% | - |
| XYZ | 40 | 42.45 | 9.33 | - |
| YUV | 167.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 52 | 0 | 0.15 | 0.74 | 0.20 | 47.68 | 0.59 | 0.5 |
| Hex | CB | AC | 34 | 0 | F | 4A | 14 | 30 | 3B | 32 |
| Octal | 313 | 254 | 64 | 0 | 17 | 112 | 24 | 60 | 73 | 62 |
| Binary | 11001011 | 10101100 | 110100 | 0 | 1111 | 1001010 | 10100 | 110000 | 111011 | 110010 |
Color Harmonies of #CBAC34
Complementary color
Monochromatic Colors of #CBAC34
Black with #CBAC34
Text Example
Text Example
White with #CBAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC34; }
p { color: rgb(203,172,52); }
H1.HeaderClassName
{
color: #CBAC34;
}
.AnyTagClassName
{
color: #CBAC34;
}
</style>
background-color css
<style>
a { background-color: #CBAC34; }
a { background-color: rgb(203,172,52); }
div.DivClassName
{
background-color: #CBAC34;
}
.BgClassName
{
background-color: #CBAC34;
}
</style>
border-color css
<style>
span { border-color: #CBAC34; }
span { border-color: rgb(203,172,52); }
td.TdClassName
{
border-color: #CBAC34;
}
.TagClassName
{
border-color: #CBAC34;
}
</style>