Shades of Old Gold #CBBD42
Tints of Old Gold #CBBD42
RGB
CMYK
RGB Variations
Color information
#CBBD42 (or 0xCBBD42) is known color: Old Gold. HEX triplet: CB, BD and 42. RGB value is (203,189,66). Sum of RGB (Red+Green+Blue) = 203+189+66=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD42 is #3442BD. Grayscale: #B3B3B3. Windows color (decimal): -3424958 or 4373963. OLE color: 4373963.
HSL color Cylindrical-coordinate representation of color #CBBD42: hue angle of 53.87º degrees, saturation: 0.57, 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 #CBBD42 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 66 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.20 |
| HSL | 53.87º | 0.57% | 0.53% | - |
| HSV(B) | 53.87º | 0.67% | 0.8% | - |
| XYZ | 43.81 | 49.49 | 12.4 | - |
| YUV | 179.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 66 | 0 | 0.07 | 0.67 | 0.20 | 53.87 | 0.57 | 0.53 |
| Hex | CB | BD | 42 | 0 | 7 | 43 | 14 | 36 | 39 | 35 |
| Octal | 313 | 275 | 102 | 0 | 7 | 103 | 24 | 66 | 71 | 65 |
| Binary | 11001011 | 10111101 | 1000010 | 0 | 111 | 1000011 | 10100 | 110110 | 111001 | 110101 |
Color Harmonies of #CBBD42
Complementary color
Monochromatic Colors of #CBBD42
Black with #CBBD42
Text Example
Text Example
White with #CBBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD42; }
p { color: rgb(203,189,66); }
H1.HeaderClassName
{
color: #CBBD42;
}
.AnyTagClassName
{
color: #CBBD42;
}
</style>
background-color css
<style>
a { background-color: #CBBD42; }
a { background-color: rgb(203,189,66); }
div.DivClassName
{
background-color: #CBBD42;
}
.BgClassName
{
background-color: #CBBD42;
}
</style>
border-color css
<style>
span { border-color: #CBBD42; }
span { border-color: rgb(203,189,66); }
td.TdClassName
{
border-color: #CBBD42;
}
.TagClassName
{
border-color: #CBBD42;
}
</style>