Shades of Old Gold #CBB330
Tints of Old Gold #CBB330
RGB
CMYK
RGB Variations
Color information
#CBB330 (or 0xCBB330) is known color: Old Gold. HEX triplet: CB, B3 and 30. RGB value is (203,179,48). Sum of RGB (Red+Green+Blue) = 203+179+48=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB330 is #344CCF. Grayscale: #ABABAB. Windows color (decimal): -3427536 or 3191755. OLE color: 3191755.
HSL color Cylindrical-coordinate representation of color #CBB330: hue angle of 50.71º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBB330 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 48 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.20 |
| HSL | 50.71º | 0.62% | 0.49% | - |
| HSV(B) | 50.71º | 0.76% | 0.8% | - |
| XYZ | 41.28 | 45.15 | 9.34 | - |
| YUV | 171.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 48 | 0 | 0.12 | 0.76 | 0.20 | 50.71 | 0.62 | 0.49 |
| Hex | CB | B3 | 30 | 0 | C | 4C | 14 | 33 | 3E | 31 |
| Octal | 313 | 263 | 60 | 0 | 14 | 114 | 24 | 63 | 76 | 61 |
| Binary | 11001011 | 10110011 | 110000 | 0 | 1100 | 1001100 | 10100 | 110011 | 111110 | 110001 |
Color Harmonies of #CBB330
Complementary color
Monochromatic Colors of #CBB330
Black with #CBB330
Text Example
Text Example
White with #CBB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB330; }
p { color: rgb(203,179,48); }
H1.HeaderClassName
{
color: #CBB330;
}
.AnyTagClassName
{
color: #CBB330;
}
</style>
background-color css
<style>
a { background-color: #CBB330; }
a { background-color: rgb(203,179,48); }
div.DivClassName
{
background-color: #CBB330;
}
.BgClassName
{
background-color: #CBB330;
}
</style>
border-color css
<style>
span { border-color: #CBB330; }
span { border-color: rgb(203,179,48); }
td.TdClassName
{
border-color: #CBB330;
}
.TagClassName
{
border-color: #CBB330;
}
</style>