Shades of Old Gold #CBBD30
Tints of Old Gold #CBBD30
RGB
CMYK
RGB Variations
Color information
#CBBD30 (or 0xCBBD30) is known color: Old Gold. HEX triplet: CB, BD and 30. RGB value is (203,189,48). Sum of RGB (Red+Green+Blue) = 203+189+48=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD30 is #3442CF. Grayscale: #B1B1B1. Windows color (decimal): -3424976 or 3194315. OLE color: 3194315.
HSL color Cylindrical-coordinate representation of color #CBBD30: hue angle of 54.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBBD30 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 48 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.20 |
| HSL | 54.58º | 0.62% | 0.49% | - |
| HSV(B) | 54.58º | 0.76% | 0.8% | - |
| XYZ | 43.36 | 49.31 | 10.03 | - |
| YUV | 177.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 48 | 0 | 0.07 | 0.76 | 0.20 | 54.58 | 0.62 | 0.49 |
| Hex | CB | BD | 30 | 0 | 7 | 4C | 14 | 37 | 3E | 31 |
| Octal | 313 | 275 | 60 | 0 | 7 | 114 | 24 | 67 | 76 | 61 |
| Binary | 11001011 | 10111101 | 110000 | 0 | 111 | 1001100 | 10100 | 110111 | 111110 | 110001 |
Color Harmonies of #CBBD30
Complementary color
Monochromatic Colors of #CBBD30
Black with #CBBD30
Text Example
Text Example
White with #CBBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD30; }
p { color: rgb(203,189,48); }
H1.HeaderClassName
{
color: #CBBD30;
}
.AnyTagClassName
{
color: #CBBD30;
}
</style>
background-color css
<style>
a { background-color: #CBBD30; }
a { background-color: rgb(203,189,48); }
div.DivClassName
{
background-color: #CBBD30;
}
.BgClassName
{
background-color: #CBBD30;
}
</style>
border-color css
<style>
span { border-color: #CBBD30; }
span { border-color: rgb(203,189,48); }
td.TdClassName
{
border-color: #CBBD30;
}
.TagClassName
{
border-color: #CBBD30;
}
</style>