Shades of Old Gold #CBBD4B
Tints of Old Gold #CBBD4B
RGB
CMYK
RGB Variations
Color information
#CBBD4B (or 0xCBBD4B) is known color: Old Gold. HEX triplet: CB, BD and 4B. RGB value is (203,189,75). Sum of RGB (Red+Green+Blue) = 203+189+75=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD4B is #3442B4. Grayscale: #B4B4B4. Windows color (decimal): -3424949 or 4963787. OLE color: 4963787.
HSL color Cylindrical-coordinate representation of color #CBBD4B: hue angle of 53.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBBD4B is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 75 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.20 |
| HSL | 53.44º | 0.55% | 0.55% | - |
| HSV(B) | 53.44º | 0.63% | 0.8% | - |
| XYZ | 44.1 | 49.6 | 13.91 | - |
| YUV | 180.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 75 | 0 | 0.07 | 0.63 | 0.20 | 53.44 | 0.55 | 0.55 |
| Hex | CB | BD | 4B | 0 | 7 | 3F | 14 | 35 | 37 | 37 |
| Octal | 313 | 275 | 113 | 0 | 7 | 77 | 24 | 65 | 67 | 67 |
| Binary | 11001011 | 10111101 | 1001011 | 0 | 111 | 111111 | 10100 | 110101 | 110111 | 110111 |
Color Harmonies of #CBBD4B
Complementary color
Monochromatic Colors of #CBBD4B
Black with #CBBD4B
Text Example
Text Example
White with #CBBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD4B; }
p { color: rgb(203,189,75); }
H1.HeaderClassName
{
color: #CBBD4B;
}
.AnyTagClassName
{
color: #CBBD4B;
}
</style>
background-color css
<style>
a { background-color: #CBBD4B; }
a { background-color: rgb(203,189,75); }
div.DivClassName
{
background-color: #CBBD4B;
}
.BgClassName
{
background-color: #CBBD4B;
}
</style>
border-color css
<style>
span { border-color: #CBBD4B; }
span { border-color: rgb(203,189,75); }
td.TdClassName
{
border-color: #CBBD4B;
}
.TagClassName
{
border-color: #CBBD4B;
}
</style>