Shades of Old Gold #CBB42D
Tints of Old Gold #CBB42D
RGB
CMYK
RGB Variations
Color information
#CBB42D (or 0xCBB42D) is known color: Old Gold. HEX triplet: CB, B4 and 2D. RGB value is (203,180,45). Sum of RGB (Red+Green+Blue) = 203+180+45=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB42D is #344BD2. Grayscale: #ACACAC. Windows color (decimal): -3427283 or 2995403. OLE color: 2995403.
HSL color Cylindrical-coordinate representation of color #CBB42D: hue angle of 51.27º 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 #CBB42D is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 45 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.20 |
| HSL | 51.27º | 0.64% | 0.49% | - |
| HSV(B) | 51.27º | 0.78% | 0.8% | - |
| XYZ | 41.42 | 45.53 | 9.09 | - |
| YUV | 171.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 45 | 0 | 0.11 | 0.78 | 0.20 | 51.27 | 0.64 | 0.49 |
| Hex | CB | B4 | 2D | 0 | B | 4E | 14 | 33 | 40 | 31 |
| Octal | 313 | 264 | 55 | 0 | 13 | 116 | 24 | 63 | 100 | 61 |
| Binary | 11001011 | 10110100 | 101101 | 0 | 1011 | 1001110 | 10100 | 110011 | 1000000 | 110001 |
Color Harmonies of #CBB42D
Complementary color
Monochromatic Colors of #CBB42D
Black with #CBB42D
Text Example
Text Example
White with #CBB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB42D; }
p { color: rgb(203,180,45); }
H1.HeaderClassName
{
color: #CBB42D;
}
.AnyTagClassName
{
color: #CBB42D;
}
</style>
background-color css
<style>
a { background-color: #CBB42D; }
a { background-color: rgb(203,180,45); }
div.DivClassName
{
background-color: #CBB42D;
}
.BgClassName
{
background-color: #CBB42D;
}
</style>
border-color css
<style>
span { border-color: #CBB42D; }
span { border-color: rgb(203,180,45); }
td.TdClassName
{
border-color: #CBB42D;
}
.TagClassName
{
border-color: #CBB42D;
}
</style>