Shades of Old Gold #CDB03C
Tints of Old Gold #CDB03C
RGB
CMYK
RGB Variations
Color information
#CDB03C (or 0xCDB03C) is known color: Old Gold. HEX triplet: CD, B0 and 3C. RGB value is (205,176,60). Sum of RGB (Red+Green+Blue) = 205+176+60=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB03C is #324FC3. Grayscale: #ABABAB. Windows color (decimal): -3297220 or 3977421. OLE color: 3977421.
HSL color Cylindrical-coordinate representation of color #CDB03C: hue angle of 48º 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 #CDB03C is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 60 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.20 |
| HSL | 48º | 0.59% | 0.52% | - |
| HSV(B) | 48º | 0.71% | 0.8% | - |
| XYZ | 41.52 | 44.36 | 10.65 | - |
| YUV | 171.45 | 65.11 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 60 | 0 | 0.14 | 0.71 | 0.20 | 48 | 0.59 | 0.52 |
| Hex | CD | B0 | 3C | 0 | E | 47 | 14 | 30 | 3B | 34 |
| Octal | 315 | 260 | 74 | 0 | 16 | 107 | 24 | 60 | 73 | 64 |
| Binary | 11001101 | 10110000 | 111100 | 0 | 1110 | 1000111 | 10100 | 110000 | 111011 | 110100 |
Color Harmonies of #CDB03C
Complementary color
Monochromatic Colors of #CDB03C
Black with #CDB03C
Text Example
Text Example
White with #CDB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB03C; }
p { color: rgb(205,176,60); }
H1.HeaderClassName
{
color: #CDB03C;
}
.AnyTagClassName
{
color: #CDB03C;
}
</style>
background-color css
<style>
a { background-color: #CDB03C; }
a { background-color: rgb(205,176,60); }
div.DivClassName
{
background-color: #CDB03C;
}
.BgClassName
{
background-color: #CDB03C;
}
</style>
border-color css
<style>
span { border-color: #CDB03C; }
span { border-color: rgb(205,176,60); }
td.TdClassName
{
border-color: #CDB03C;
}
.TagClassName
{
border-color: #CDB03C;
}
</style>