Shades of Old Gold #CDB23A
Tints of Old Gold #CDB23A
RGB
CMYK
RGB Variations
Color information
#CDB23A (or 0xCDB23A) is known color: Old Gold. HEX triplet: CD, B2 and 3A. RGB value is (205,178,58). Sum of RGB (Red+Green+Blue) = 205+178+58=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB23A is #324DC5. Grayscale: #ACACAC. Windows color (decimal): -3296710 or 3846861. OLE color: 3846861.
HSL color Cylindrical-coordinate representation of color #CDB23A: hue angle of 48.98º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDB23A is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 58 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.20 |
| HSL | 48.98º | 0.6% | 0.52% | - |
| HSV(B) | 48.98º | 0.72% | 0.8% | - |
| XYZ | 41.86 | 45.13 | 10.51 | - |
| YUV | 172.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 58 | 0 | 0.13 | 0.72 | 0.20 | 48.98 | 0.6 | 0.52 |
| Hex | CD | B2 | 3A | 0 | D | 48 | 14 | 31 | 3C | 34 |
| Octal | 315 | 262 | 72 | 0 | 15 | 110 | 24 | 61 | 74 | 64 |
| Binary | 11001101 | 10110010 | 111010 | 0 | 1101 | 1001000 | 10100 | 110001 | 111100 | 110100 |
Color Harmonies of #CDB23A
Complementary color
Monochromatic Colors of #CDB23A
Black with #CDB23A
Text Example
Text Example
White with #CDB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB23A; }
p { color: rgb(205,178,58); }
H1.HeaderClassName
{
color: #CDB23A;
}
.AnyTagClassName
{
color: #CDB23A;
}
</style>
background-color css
<style>
a { background-color: #CDB23A; }
a { background-color: rgb(205,178,58); }
div.DivClassName
{
background-color: #CDB23A;
}
.BgClassName
{
background-color: #CDB23A;
}
</style>
border-color css
<style>
span { border-color: #CDB23A; }
span { border-color: rgb(205,178,58); }
td.TdClassName
{
border-color: #CDB23A;
}
.TagClassName
{
border-color: #CDB23A;
}
</style>