Shades of Old Gold #CBB42F
Tints of Old Gold #CBB42F
RGB
CMYK
RGB Variations
Color information
#CBB42F (or 0xCBB42F) is known color: Old Gold. HEX triplet: CB, B4 and 2F. RGB value is (203,180,47). Sum of RGB (Red+Green+Blue) = 203+180+47=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB42F is #344BD0. Grayscale: #ACACAC. Windows color (decimal): -3427281 or 3126475. OLE color: 3126475.
HSL color Cylindrical-coordinate representation of color #CBB42F: hue angle of 51.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBB42F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 47 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.20 |
| HSL | 51.15º | 0.62% | 0.49% | - |
| HSV(B) | 51.15º | 0.77% | 0.8% | - |
| XYZ | 41.46 | 45.54 | 9.29 | - |
| YUV | 171.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 47 | 0 | 0.11 | 0.77 | 0.20 | 51.15 | 0.62 | 0.49 |
| Hex | CB | B4 | 2F | 0 | B | 4D | 14 | 33 | 3E | 31 |
| Octal | 313 | 264 | 57 | 0 | 13 | 115 | 24 | 63 | 76 | 61 |
| Binary | 11001011 | 10110100 | 101111 | 0 | 1011 | 1001101 | 10100 | 110011 | 111110 | 110001 |
Color Harmonies of #CBB42F
Complementary color
Monochromatic Colors of #CBB42F
Black with #CBB42F
Text Example
Text Example
White with #CBB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB42F; }
p { color: rgb(203,180,47); }
H1.HeaderClassName
{
color: #CBB42F;
}
.AnyTagClassName
{
color: #CBB42F;
}
</style>
background-color css
<style>
a { background-color: #CBB42F; }
a { background-color: rgb(203,180,47); }
div.DivClassName
{
background-color: #CBB42F;
}
.BgClassName
{
background-color: #CBB42F;
}
</style>
border-color css
<style>
span { border-color: #CBB42F; }
span { border-color: rgb(203,180,47); }
td.TdClassName
{
border-color: #CBB42F;
}
.TagClassName
{
border-color: #CBB42F;
}
</style>