Shades of Old Gold #CDB735
Tints of Old Gold #CDB735
RGB
CMYK
RGB Variations
Color information
#CDB735 (or 0xCDB735) is known color: Old Gold. HEX triplet: CD, B7 and 35. RGB value is (205,183,53). Sum of RGB (Red+Green+Blue) = 205+183+53=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB735 is #3248CA. Grayscale: #AFAFAF. Windows color (decimal): -3295435 or 3520461. OLE color: 3520461.
HSL color Cylindrical-coordinate representation of color #CDB735: hue angle of 51.32º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDB735 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 53 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.20 |
| HSL | 51.32º | 0.6% | 0.51% | - |
| HSV(B) | 51.32º | 0.74% | 0.8% | - |
| XYZ | 42.75 | 47.1 | 10.21 | - |
| YUV | 174.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 53 | 0 | 0.11 | 0.74 | 0.20 | 51.32 | 0.6 | 0.51 |
| Hex | CD | B7 | 35 | 0 | B | 4A | 14 | 33 | 3C | 33 |
| Octal | 315 | 267 | 65 | 0 | 13 | 112 | 24 | 63 | 74 | 63 |
| Binary | 11001101 | 10110111 | 110101 | 0 | 1011 | 1001010 | 10100 | 110011 | 111100 | 110011 |
Color Harmonies of #CDB735
Complementary color
Monochromatic Colors of #CDB735
Black with #CDB735
Text Example
Text Example
White with #CDB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB735; }
p { color: rgb(205,183,53); }
H1.HeaderClassName
{
color: #CDB735;
}
.AnyTagClassName
{
color: #CDB735;
}
</style>
background-color css
<style>
a { background-color: #CDB735; }
a { background-color: rgb(205,183,53); }
div.DivClassName
{
background-color: #CDB735;
}
.BgClassName
{
background-color: #CDB735;
}
</style>
border-color css
<style>
span { border-color: #CDB735; }
span { border-color: rgb(205,183,53); }
td.TdClassName
{
border-color: #CDB735;
}
.TagClassName
{
border-color: #CDB735;
}
</style>