Shades of Old Gold #CBB63F
Tints of Old Gold #CBB63F
RGB
CMYK
RGB Variations
Color information
#CBB63F (or 0xCBB63F) is known color: Old Gold. HEX triplet: CB, B6 and 3F. RGB value is (203,182,63). Sum of RGB (Red+Green+Blue) = 203+182+63=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB63F is #3449C0. Grayscale: #AFAFAF. Windows color (decimal): -3426753 or 4175563. OLE color: 4175563.
HSL color Cylindrical-coordinate representation of color #CBB63F: hue angle of 51º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBB63F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 63 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.20 |
| HSL | 51º | 0.57% | 0.52% | - |
| HSV(B) | 51º | 0.69% | 0.8% | - |
| XYZ | 42.25 | 46.51 | 11.45 | - |
| YUV | 174.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 63 | 0 | 0.10 | 0.69 | 0.20 | 51 | 0.57 | 0.52 |
| Hex | CB | B6 | 3F | 0 | A | 45 | 14 | 33 | 39 | 34 |
| Octal | 313 | 266 | 77 | 0 | 12 | 105 | 24 | 63 | 71 | 64 |
| Binary | 11001011 | 10110110 | 111111 | 0 | 1010 | 1000101 | 10100 | 110011 | 111001 | 110100 |
Color Harmonies of #CBB63F
Complementary color
Monochromatic Colors of #CBB63F
Black with #CBB63F
Text Example
Text Example
White with #CBB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB63F; }
p { color: rgb(203,182,63); }
H1.HeaderClassName
{
color: #CBB63F;
}
.AnyTagClassName
{
color: #CBB63F;
}
</style>
background-color css
<style>
a { background-color: #CBB63F; }
a { background-color: rgb(203,182,63); }
div.DivClassName
{
background-color: #CBB63F;
}
.BgClassName
{
background-color: #CBB63F;
}
</style>
border-color css
<style>
span { border-color: #CBB63F; }
span { border-color: rgb(203,182,63); }
td.TdClassName
{
border-color: #CBB63F;
}
.TagClassName
{
border-color: #CBB63F;
}
</style>