Shades of Metallic Gold #CBAD2D
Tints of Metallic Gold #CBAD2D
RGB
CMYK
RGB Variations
Color information
#CBAD2D (or 0xCBAD2D) is known color: Metallic Gold. HEX triplet: CB, AD and 2D. RGB value is (203,173,45). Sum of RGB (Red+Green+Blue) = 203+173+45=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD2D is #3452D2. Grayscale: #A7A7A7. Windows color (decimal): -3429075 or 2993611. OLE color: 2993611.
HSL color Cylindrical-coordinate representation of color #CBAD2D: hue angle of 48.61º 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 #CBAD2D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 45 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.20 |
| HSL | 48.61º | 0.64% | 0.49% | - |
| HSV(B) | 48.61º | 0.78% | 0.8% | - |
| XYZ | 40.05 | 42.77 | 8.63 | - |
| YUV | 167.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 45 | 0 | 0.15 | 0.78 | 0.20 | 48.61 | 0.64 | 0.49 |
| Hex | CB | AD | 2D | 0 | F | 4E | 14 | 31 | 40 | 31 |
| Octal | 313 | 255 | 55 | 0 | 17 | 116 | 24 | 61 | 100 | 61 |
| Binary | 11001011 | 10101101 | 101101 | 0 | 1111 | 1001110 | 10100 | 110001 | 1000000 | 110001 |
Color Harmonies of #CBAD2D
Complementary color
Monochromatic Colors of #CBAD2D
Black with #CBAD2D
Text Example
Text Example
White with #CBAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD2D; }
p { color: rgb(203,173,45); }
H1.HeaderClassName
{
color: #CBAD2D;
}
.AnyTagClassName
{
color: #CBAD2D;
}
</style>
background-color css
<style>
a { background-color: #CBAD2D; }
a { background-color: rgb(203,173,45); }
div.DivClassName
{
background-color: #CBAD2D;
}
.BgClassName
{
background-color: #CBAD2D;
}
</style>
border-color css
<style>
span { border-color: #CBAD2D; }
span { border-color: rgb(203,173,45); }
td.TdClassName
{
border-color: #CBAD2D;
}
.TagClassName
{
border-color: #CBAD2D;
}
</style>