Shades of Old Gold #CBB63C
Tints of Old Gold #CBB63C
RGB
CMYK
RGB Variations
Color information
#CBB63C (or 0xCBB63C) is known color: Old Gold. HEX triplet: CB, B6 and 3C. RGB value is (203,182,60). Sum of RGB (Red+Green+Blue) = 203+182+60=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB63C is #3449C3. Grayscale: #AEAEAE. Windows color (decimal): -3426756 or 3978955. OLE color: 3978955.
HSL color Cylindrical-coordinate representation of color #CBB63C: hue angle of 51.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBB63C is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 60 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.20 |
| HSL | 51.19º | 0.58% | 0.52% | - |
| HSV(B) | 51.19º | 0.7% | 0.8% | - |
| XYZ | 42.17 | 46.48 | 11.02 | - |
| YUV | 174.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 60 | 0 | 0.10 | 0.70 | 0.20 | 51.19 | 0.58 | 0.52 |
| Hex | CB | B6 | 3C | 0 | A | 46 | 14 | 33 | 3A | 34 |
| Octal | 313 | 266 | 74 | 0 | 12 | 106 | 24 | 63 | 72 | 64 |
| Binary | 11001011 | 10110110 | 111100 | 0 | 1010 | 1000110 | 10100 | 110011 | 111010 | 110100 |
Color Harmonies of #CBB63C
Complementary color
Monochromatic Colors of #CBB63C
Black with #CBB63C
Text Example
Text Example
White with #CBB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB63C; }
p { color: rgb(203,182,60); }
H1.HeaderClassName
{
color: #CBB63C;
}
.AnyTagClassName
{
color: #CBB63C;
}
</style>
background-color css
<style>
a { background-color: #CBB63C; }
a { background-color: rgb(203,182,60); }
div.DivClassName
{
background-color: #CBB63C;
}
.BgClassName
{
background-color: #CBB63C;
}
</style>
border-color css
<style>
span { border-color: #CBB63C; }
span { border-color: rgb(203,182,60); }
td.TdClassName
{
border-color: #CBB63C;
}
.TagClassName
{
border-color: #CBB63C;
}
</style>