Shades of Old Gold #CDBB32
Tints of Old Gold #CDBB32
RGB
CMYK
RGB Variations
Color information
#CDBB32 (or 0xCDBB32) is known color: Old Gold. HEX triplet: CD, BB and 32. RGB value is (205,187,50). Sum of RGB (Red+Green+Blue) = 205+187+50=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBB32 is #3244CD. Grayscale: #B1B1B1. Windows color (decimal): -3294414 or 3324877. OLE color: 3324877.
HSL color Cylindrical-coordinate representation of color #CDBB32: hue angle of 53.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDBB32 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 50 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.20 |
| HSL | 53.03º | 0.61% | 0.5% | - |
| HSV(B) | 53.03º | 0.76% | 0.8% | - |
| XYZ | 43.52 | 48.75 | 10.13 | - |
| YUV | 176.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 50 | 0 | 0.09 | 0.76 | 0.20 | 53.03 | 0.61 | 0.5 |
| Hex | CD | BB | 32 | 0 | 9 | 4C | 14 | 35 | 3D | 32 |
| Octal | 315 | 273 | 62 | 0 | 11 | 114 | 24 | 65 | 75 | 62 |
| Binary | 11001101 | 10111011 | 110010 | 0 | 1001 | 1001100 | 10100 | 110101 | 111101 | 110010 |
Color Harmonies of #CDBB32
Complementary color
Monochromatic Colors of #CDBB32
Black with #CDBB32
Text Example
Text Example
White with #CDBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBB32; }
p { color: rgb(205,187,50); }
H1.HeaderClassName
{
color: #CDBB32;
}
.AnyTagClassName
{
color: #CDBB32;
}
</style>
background-color css
<style>
a { background-color: #CDBB32; }
a { background-color: rgb(205,187,50); }
div.DivClassName
{
background-color: #CDBB32;
}
.BgClassName
{
background-color: #CDBB32;
}
</style>
border-color css
<style>
span { border-color: #CDBB32; }
span { border-color: rgb(205,187,50); }
td.TdClassName
{
border-color: #CDBB32;
}
.TagClassName
{
border-color: #CDBB32;
}
</style>