Shades of Old Gold #CDBD32
Tints of Old Gold #CDBD32
RGB
CMYK
RGB Variations
Color information
#CDBD32 (or 0xCDBD32) is known color: Old Gold. HEX triplet: CD, BD and 32. RGB value is (205,189,50). Sum of RGB (Red+Green+Blue) = 205+189+50=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD32 is #3242CD. Grayscale: #B2B2B2. Windows color (decimal): -3293902 or 3325389. OLE color: 3325389.
HSL color Cylindrical-coordinate representation of color #CDBD32: hue angle of 53.81º 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 #CDBD32 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 50 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.20 |
| HSL | 53.81º | 0.61% | 0.5% | - |
| HSV(B) | 53.81º | 0.76% | 0.8% | - |
| XYZ | 43.95 | 49.6 | 10.28 | - |
| YUV | 177.94 | 55.8 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 50 | 0 | 0.08 | 0.76 | 0.20 | 53.81 | 0.61 | 0.5 |
| Hex | CD | BD | 32 | 0 | 8 | 4C | 14 | 36 | 3D | 32 |
| Octal | 315 | 275 | 62 | 0 | 10 | 114 | 24 | 66 | 75 | 62 |
| Binary | 11001101 | 10111101 | 110010 | 0 | 1000 | 1001100 | 10100 | 110110 | 111101 | 110010 |
Color Harmonies of #CDBD32
Complementary color
Monochromatic Colors of #CDBD32
Black with #CDBD32
Text Example
Text Example
White with #CDBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBD32; }
p { color: rgb(205,189,50); }
H1.HeaderClassName
{
color: #CDBD32;
}
.AnyTagClassName
{
color: #CDBD32;
}
</style>
background-color css
<style>
a { background-color: #CDBD32; }
a { background-color: rgb(205,189,50); }
div.DivClassName
{
background-color: #CDBD32;
}
.BgClassName
{
background-color: #CDBD32;
}
</style>
border-color css
<style>
span { border-color: #CDBD32; }
span { border-color: rgb(205,189,50); }
td.TdClassName
{
border-color: #CDBD32;
}
.TagClassName
{
border-color: #CDBD32;
}
</style>