Shades of Old Gold #CBB43D
Tints of Old Gold #CBB43D
RGB
CMYK
RGB Variations
Color information
#CBB43D (or 0xCBB43D) is known color: Old Gold. HEX triplet: CB, B4 and 3D. RGB value is (203,180,61). Sum of RGB (Red+Green+Blue) = 203+180+61=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB43D is #344BC2. Grayscale: #ADADAD. Windows color (decimal): -3427267 or 4043979. OLE color: 4043979.
HSL color Cylindrical-coordinate representation of color #CBB43D: hue angle of 50.28º 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 #CBB43D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 61 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.20 |
| HSL | 50.28º | 0.58% | 0.52% | - |
| HSV(B) | 50.28º | 0.7% | 0.8% | - |
| XYZ | 41.79 | 45.68 | 11.03 | - |
| YUV | 173.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 61 | 0 | 0.11 | 0.70 | 0.20 | 50.28 | 0.58 | 0.52 |
| Hex | CB | B4 | 3D | 0 | B | 46 | 14 | 32 | 3A | 34 |
| Octal | 313 | 264 | 75 | 0 | 13 | 106 | 24 | 62 | 72 | 64 |
| Binary | 11001011 | 10110100 | 111101 | 0 | 1011 | 1000110 | 10100 | 110010 | 111010 | 110100 |
Color Harmonies of #CBB43D
Complementary color
Monochromatic Colors of #CBB43D
Black with #CBB43D
Text Example
Text Example
White with #CBB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB43D; }
p { color: rgb(203,180,61); }
H1.HeaderClassName
{
color: #CBB43D;
}
.AnyTagClassName
{
color: #CBB43D;
}
</style>
background-color css
<style>
a { background-color: #CBB43D; }
a { background-color: rgb(203,180,61); }
div.DivClassName
{
background-color: #CBB43D;
}
.BgClassName
{
background-color: #CBB43D;
}
</style>
border-color css
<style>
span { border-color: #CBB43D; }
span { border-color: rgb(203,180,61); }
td.TdClassName
{
border-color: #CBB43D;
}
.TagClassName
{
border-color: #CBB43D;
}
</style>