Shades of Old Gold #CDB13C
Tints of Old Gold #CDB13C
RGB
CMYK
RGB Variations
Color information
#CDB13C (or 0xCDB13C) is known color: Old Gold. HEX triplet: CD, B1 and 3C. RGB value is (205,177,60). Sum of RGB (Red+Green+Blue) = 205+177+60=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB13C is #324EC3. Grayscale: #ACACAC. Windows color (decimal): -3296964 or 3977677. OLE color: 3977677.
HSL color Cylindrical-coordinate representation of color #CDB13C: hue angle of 48.41º 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 #CDB13C is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 60 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.20 |
| HSL | 48.41º | 0.59% | 0.52% | - |
| HSV(B) | 48.41º | 0.71% | 0.8% | - |
| XYZ | 41.71 | 44.75 | 10.71 | - |
| YUV | 172.03 | 64.78 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 60 | 0 | 0.14 | 0.71 | 0.20 | 48.41 | 0.59 | 0.52 |
| Hex | CD | B1 | 3C | 0 | E | 47 | 14 | 30 | 3B | 34 |
| Octal | 315 | 261 | 74 | 0 | 16 | 107 | 24 | 60 | 73 | 64 |
| Binary | 11001101 | 10110001 | 111100 | 0 | 1110 | 1000111 | 10100 | 110000 | 111011 | 110100 |
Color Harmonies of #CDB13C
Complementary color
Monochromatic Colors of #CDB13C
Black with #CDB13C
Text Example
Text Example
White with #CDB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB13C; }
p { color: rgb(205,177,60); }
H1.HeaderClassName
{
color: #CDB13C;
}
.AnyTagClassName
{
color: #CDB13C;
}
</style>
background-color css
<style>
a { background-color: #CDB13C; }
a { background-color: rgb(205,177,60); }
div.DivClassName
{
background-color: #CDB13C;
}
.BgClassName
{
background-color: #CDB13C;
}
</style>
border-color css
<style>
span { border-color: #CDB13C; }
span { border-color: rgb(205,177,60); }
td.TdClassName
{
border-color: #CDB13C;
}
.TagClassName
{
border-color: #CDB13C;
}
</style>