Shades of Old Gold #CBBD4D
Tints of Old Gold #CBBD4D
RGB
CMYK
RGB Variations
Color information
#CBBD4D (or 0xCBBD4D) is known color: Old Gold. HEX triplet: CB, BD and 4D. RGB value is (203,189,77). Sum of RGB (Red+Green+Blue) = 203+189+77=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD4D is #3442B2. Grayscale: #B4B4B4. Windows color (decimal): -3424947 or 5094859. OLE color: 5094859.
HSL color Cylindrical-coordinate representation of color #CBBD4D: hue angle of 53.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBBD4D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 77 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.20 |
| HSL | 53.33º | 0.55% | 0.55% | - |
| HSV(B) | 53.33º | 0.62% | 0.8% | - |
| XYZ | 44.17 | 49.63 | 14.27 | - |
| YUV | 180.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 77 | 0 | 0.07 | 0.62 | 0.20 | 53.33 | 0.55 | 0.55 |
| Hex | CB | BD | 4D | 0 | 7 | 3E | 14 | 35 | 37 | 37 |
| Octal | 313 | 275 | 115 | 0 | 7 | 76 | 24 | 65 | 67 | 67 |
| Binary | 11001011 | 10111101 | 1001101 | 0 | 111 | 111110 | 10100 | 110101 | 110111 | 110111 |
Color Harmonies of #CBBD4D
Complementary color
Monochromatic Colors of #CBBD4D
Black with #CBBD4D
Text Example
Text Example
White with #CBBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD4D; }
p { color: rgb(203,189,77); }
H1.HeaderClassName
{
color: #CBBD4D;
}
.AnyTagClassName
{
color: #CBBD4D;
}
</style>
background-color css
<style>
a { background-color: #CBBD4D; }
a { background-color: rgb(203,189,77); }
div.DivClassName
{
background-color: #CBBD4D;
}
.BgClassName
{
background-color: #CBBD4D;
}
</style>
border-color css
<style>
span { border-color: #CBBD4D; }
span { border-color: rgb(203,189,77); }
td.TdClassName
{
border-color: #CBBD4D;
}
.TagClassName
{
border-color: #CBBD4D;
}
</style>