Shades of Old Gold #CDB93B
Tints of Old Gold #CDB93B
RGB
CMYK
RGB Variations
Color information
#CDB93B (or 0xCDB93B) is known color: Old Gold. HEX triplet: CD, B9 and 3B. RGB value is (205,185,59). Sum of RGB (Red+Green+Blue) = 205+185+59=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB93B is #3246C4. Grayscale: #B1B1B1. Windows color (decimal): -3294917 or 3914189. OLE color: 3914189.
HSL color Cylindrical-coordinate representation of color #CDB93B: hue angle of 51.78º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDB93B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 59 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.20 |
| HSL | 51.78º | 0.59% | 0.52% | - |
| HSV(B) | 51.78º | 0.71% | 0.8% | - |
| XYZ | 43.32 | 47.99 | 11.12 | - |
| YUV | 176.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 59 | 0 | 0.10 | 0.71 | 0.20 | 51.78 | 0.59 | 0.52 |
| Hex | CD | B9 | 3B | 0 | A | 47 | 14 | 34 | 3B | 34 |
| Octal | 315 | 271 | 73 | 0 | 12 | 107 | 24 | 64 | 73 | 64 |
| Binary | 11001101 | 10111001 | 111011 | 0 | 1010 | 1000111 | 10100 | 110100 | 111011 | 110100 |
Color Harmonies of #CDB93B
Complementary color
Monochromatic Colors of #CDB93B
Black with #CDB93B
Text Example
Text Example
White with #CDB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB93B; }
p { color: rgb(205,185,59); }
H1.HeaderClassName
{
color: #CDB93B;
}
.AnyTagClassName
{
color: #CDB93B;
}
</style>
background-color css
<style>
a { background-color: #CDB93B; }
a { background-color: rgb(205,185,59); }
div.DivClassName
{
background-color: #CDB93B;
}
.BgClassName
{
background-color: #CDB93B;
}
</style>
border-color css
<style>
span { border-color: #CDB93B; }
span { border-color: rgb(205,185,59); }
td.TdClassName
{
border-color: #CDB93B;
}
.TagClassName
{
border-color: #CDB93B;
}
</style>