Shades of Old Gold #CBB429
Tints of Old Gold #CBB429
RGB
CMYK
RGB Variations
Color information
#CBB429 (or 0xCBB429) is known color: Old Gold. HEX triplet: CB, B4 and 29. RGB value is (203,180,41). Sum of RGB (Red+Green+Blue) = 203+180+41=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB429 is #344BD6. Grayscale: #ABABAB. Windows color (decimal): -3427287 or 2733259. OLE color: 2733259.
HSL color Cylindrical-coordinate representation of color #CBB429: hue angle of 51.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBB429 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 41 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.20 |
| HSL | 51.48º | 0.66% | 0.48% | - |
| HSV(B) | 51.48º | 0.8% | 0.8% | - |
| XYZ | 41.35 | 45.5 | 8.7 | - |
| YUV | 171.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 41 | 0 | 0.11 | 0.80 | 0.20 | 51.48 | 0.66 | 0.48 |
| Hex | CB | B4 | 29 | 0 | B | 50 | 14 | 33 | 42 | 30 |
| Octal | 313 | 264 | 51 | 0 | 13 | 120 | 24 | 63 | 102 | 60 |
| Binary | 11001011 | 10110100 | 101001 | 0 | 1011 | 1010000 | 10100 | 110011 | 1000010 | 110000 |
Color Harmonies of #CBB429
Complementary color
Monochromatic Colors of #CBB429
Black with #CBB429
Text Example
Text Example
White with #CBB429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB429; }
p { color: rgb(203,180,41); }
H1.HeaderClassName
{
color: #CBB429;
}
.AnyTagClassName
{
color: #CBB429;
}
</style>
background-color css
<style>
a { background-color: #CBB429; }
a { background-color: rgb(203,180,41); }
div.DivClassName
{
background-color: #CBB429;
}
.BgClassName
{
background-color: #CBB429;
}
</style>
border-color css
<style>
span { border-color: #CBB429; }
span { border-color: rgb(203,180,41); }
td.TdClassName
{
border-color: #CBB429;
}
.TagClassName
{
border-color: #CBB429;
}
</style>