Shades of Old Gold #CBB245
Tints of Old Gold #CBB245
RGB
CMYK
RGB Variations
Color information
#CBB245 (or 0xCBB245) is known color: Old Gold. HEX triplet: CB, B2 and 45. RGB value is (203,178,69). Sum of RGB (Red+Green+Blue) = 203+178+69=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB245 is #344DBA. Grayscale: #ADADAD. Windows color (decimal): -3427771 or 4567755. OLE color: 4567755.
HSL color Cylindrical-coordinate representation of color #CBB245: hue angle of 48.81º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBB245 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 69 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.20 |
| HSL | 48.81º | 0.56% | 0.53% | - |
| HSV(B) | 48.81º | 0.66% | 0.8% | - |
| XYZ | 41.62 | 44.97 | 12.12 | - |
| YUV | 173.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 69 | 0 | 0.12 | 0.66 | 0.20 | 48.81 | 0.56 | 0.53 |
| Hex | CB | B2 | 45 | 0 | C | 42 | 14 | 31 | 38 | 35 |
| Octal | 313 | 262 | 105 | 0 | 14 | 102 | 24 | 61 | 70 | 65 |
| Binary | 11001011 | 10110010 | 1000101 | 0 | 1100 | 1000010 | 10100 | 110001 | 111000 | 110101 |
Color Harmonies of #CBB245
Complementary color
Monochromatic Colors of #CBB245
Black with #CBB245
Text Example
Text Example
White with #CBB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB245; }
p { color: rgb(203,178,69); }
H1.HeaderClassName
{
color: #CBB245;
}
.AnyTagClassName
{
color: #CBB245;
}
</style>
background-color css
<style>
a { background-color: #CBB245; }
a { background-color: rgb(203,178,69); }
div.DivClassName
{
background-color: #CBB245;
}
.BgClassName
{
background-color: #CBB245;
}
</style>
border-color css
<style>
span { border-color: #CBB245; }
span { border-color: rgb(203,178,69); }
td.TdClassName
{
border-color: #CBB245;
}
.TagClassName
{
border-color: #CBB245;
}
</style>