Shades of Old Gold #CBB241
Tints of Old Gold #CBB241
RGB
CMYK
RGB Variations
Color information
#CBB241 (or 0xCBB241) is known color: Old Gold. HEX triplet: CB, B2 and 41. RGB value is (203,178,65). Sum of RGB (Red+Green+Blue) = 203+178+65=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB241 is #344DBE. Grayscale: #ADADAD. Windows color (decimal): -3427775 or 4305611. OLE color: 4305611.
HSL color Cylindrical-coordinate representation of color #CBB241: hue angle of 49.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBB241 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 65 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.20 |
| HSL | 49.13º | 0.57% | 0.53% | - |
| HSV(B) | 49.13º | 0.68% | 0.8% | - |
| XYZ | 41.5 | 44.92 | 11.48 | - |
| YUV | 172.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 65 | 0 | 0.12 | 0.68 | 0.20 | 49.13 | 0.57 | 0.53 |
| Hex | CB | B2 | 41 | 0 | C | 44 | 14 | 31 | 39 | 35 |
| Octal | 313 | 262 | 101 | 0 | 14 | 104 | 24 | 61 | 71 | 65 |
| Binary | 11001011 | 10110010 | 1000001 | 0 | 1100 | 1000100 | 10100 | 110001 | 111001 | 110101 |
Color Harmonies of #CBB241
Complementary color
Monochromatic Colors of #CBB241
Black with #CBB241
Text Example
Text Example
White with #CBB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB241; }
p { color: rgb(203,178,65); }
H1.HeaderClassName
{
color: #CBB241;
}
.AnyTagClassName
{
color: #CBB241;
}
</style>
background-color css
<style>
a { background-color: #CBB241; }
a { background-color: rgb(203,178,65); }
div.DivClassName
{
background-color: #CBB241;
}
.BgClassName
{
background-color: #CBB241;
}
</style>
border-color css
<style>
span { border-color: #CBB241; }
span { border-color: rgb(203,178,65); }
td.TdClassName
{
border-color: #CBB241;
}
.TagClassName
{
border-color: #CBB241;
}
</style>