Shades of Old Gold #CBB844
Tints of Old Gold #CBB844
RGB
CMYK
RGB Variations
Color information
#CBB844 (or 0xCBB844) is known color: Old Gold. HEX triplet: CB, B8 and 44. RGB value is (203,184,68). Sum of RGB (Red+Green+Blue) = 203+184+68=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB844 is #3447BB. Grayscale: #B0B0B0. Windows color (decimal): -3426236 or 4503755. OLE color: 4503755.
HSL color Cylindrical-coordinate representation of color #CBB844: hue angle of 51.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBB844 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 68 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.20 |
| HSL | 51.56º | 0.56% | 0.53% | - |
| HSV(B) | 51.56º | 0.67% | 0.8% | - |
| XYZ | 42.81 | 47.39 | 12.36 | - |
| YUV | 176.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 68 | 0 | 0.09 | 0.67 | 0.20 | 51.56 | 0.56 | 0.53 |
| Hex | CB | B8 | 44 | 0 | 9 | 43 | 14 | 34 | 38 | 35 |
| Octal | 313 | 270 | 104 | 0 | 11 | 103 | 24 | 64 | 70 | 65 |
| Binary | 11001011 | 10111000 | 1000100 | 0 | 1001 | 1000011 | 10100 | 110100 | 111000 | 110101 |
Color Harmonies of #CBB844
Complementary color
Monochromatic Colors of #CBB844
Black with #CBB844
Text Example
Text Example
White with #CBB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB844; }
p { color: rgb(203,184,68); }
H1.HeaderClassName
{
color: #CBB844;
}
.AnyTagClassName
{
color: #CBB844;
}
</style>
background-color css
<style>
a { background-color: #CBB844; }
a { background-color: rgb(203,184,68); }
div.DivClassName
{
background-color: #CBB844;
}
.BgClassName
{
background-color: #CBB844;
}
</style>
border-color css
<style>
span { border-color: #CBB844; }
span { border-color: rgb(203,184,68); }
td.TdClassName
{
border-color: #CBB844;
}
.TagClassName
{
border-color: #CBB844;
}
</style>