Shades of Old Gold #CBB62D
Tints of Old Gold #CBB62D
RGB
CMYK
RGB Variations
Color information
#CBB62D (or 0xCBB62D) is known color: Old Gold. HEX triplet: CB, B6 and 2D. RGB value is (203,182,45). Sum of RGB (Red+Green+Blue) = 203+182+45=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB62D is #3449D2. Grayscale: #ADADAD. Windows color (decimal): -3426771 or 2995915. OLE color: 2995915.
HSL color Cylindrical-coordinate representation of color #CBB62D: hue angle of 52.03º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBB62D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 45 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.20 |
| HSL | 52.03º | 0.64% | 0.49% | - |
| HSV(B) | 52.03º | 0.78% | 0.8% | - |
| XYZ | 41.83 | 46.34 | 9.22 | - |
| YUV | 172.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 45 | 0 | 0.10 | 0.78 | 0.20 | 52.03 | 0.64 | 0.49 |
| Hex | CB | B6 | 2D | 0 | A | 4E | 14 | 34 | 40 | 31 |
| Octal | 313 | 266 | 55 | 0 | 12 | 116 | 24 | 64 | 100 | 61 |
| Binary | 11001011 | 10110110 | 101101 | 0 | 1010 | 1001110 | 10100 | 110100 | 1000000 | 110001 |
Color Harmonies of #CBB62D
Complementary color
Monochromatic Colors of #CBB62D
Black with #CBB62D
Text Example
Text Example
White with #CBB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB62D; }
p { color: rgb(203,182,45); }
H1.HeaderClassName
{
color: #CBB62D;
}
.AnyTagClassName
{
color: #CBB62D;
}
</style>
background-color css
<style>
a { background-color: #CBB62D; }
a { background-color: rgb(203,182,45); }
div.DivClassName
{
background-color: #CBB62D;
}
.BgClassName
{
background-color: #CBB62D;
}
</style>
border-color css
<style>
span { border-color: #CBB62D; }
span { border-color: rgb(203,182,45); }
td.TdClassName
{
border-color: #CBB62D;
}
.TagClassName
{
border-color: #CBB62D;
}
</style>