Shades of Old Gold #CDB92A
Tints of Old Gold #CDB92A
RGB
CMYK
RGB Variations
Color information
#CDB92A (or 0xCDB92A) is known color: Old Gold. HEX triplet: CD, B9 and 2A. RGB value is (205,185,42). Sum of RGB (Red+Green+Blue) = 205+185+42=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB92A is #3246D5. Grayscale: #AFAFAF. Windows color (decimal): -3294934 or 2800077. OLE color: 2800077.
HSL color Cylindrical-coordinate representation of color #CDB92A: hue angle of 52.64º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDB92A is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 42 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.20 |
| HSL | 52.64º | 0.66% | 0.48% | - |
| HSV(B) | 52.64º | 0.8% | 0.8% | - |
| XYZ | 42.94 | 47.84 | 9.16 | - |
| YUV | 174.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 42 | 0 | 0.10 | 0.80 | 0.20 | 52.64 | 0.66 | 0.48 |
| Hex | CD | B9 | 2A | 0 | A | 50 | 14 | 35 | 42 | 30 |
| Octal | 315 | 271 | 52 | 0 | 12 | 120 | 24 | 65 | 102 | 60 |
| Binary | 11001101 | 10111001 | 101010 | 0 | 1010 | 1010000 | 10100 | 110101 | 1000010 | 110000 |
Color Harmonies of #CDB92A
Complementary color
Monochromatic Colors of #CDB92A
Black with #CDB92A
Text Example
Text Example
White with #CDB92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB92A; }
p { color: rgb(205,185,42); }
H1.HeaderClassName
{
color: #CDB92A;
}
.AnyTagClassName
{
color: #CDB92A;
}
</style>
background-color css
<style>
a { background-color: #CDB92A; }
a { background-color: rgb(205,185,42); }
div.DivClassName
{
background-color: #CDB92A;
}
.BgClassName
{
background-color: #CDB92A;
}
</style>
border-color css
<style>
span { border-color: #CDB92A; }
span { border-color: rgb(205,185,42); }
td.TdClassName
{
border-color: #CDB92A;
}
.TagClassName
{
border-color: #CDB92A;
}
</style>