Shades of Old Gold #CDB03F
Tints of Old Gold #CDB03F
RGB
CMYK
RGB Variations
Color information
#CDB03F (or 0xCDB03F) is known color: Old Gold. HEX triplet: CD, B0 and 3F. RGB value is (205,176,63). Sum of RGB (Red+Green+Blue) = 205+176+63=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB03F is #324FC0. Grayscale: #ACACAC. Windows color (decimal): -3297217 or 4174029. OLE color: 4174029.
HSL color Cylindrical-coordinate representation of color #CDB03F: hue angle of 47.75º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDB03F is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 63 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.20 |
| HSL | 47.75º | 0.59% | 0.53% | - |
| HSV(B) | 47.75º | 0.69% | 0.8% | - |
| XYZ | 41.6 | 44.39 | 11.08 | - |
| YUV | 171.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 63 | 0 | 0.14 | 0.69 | 0.20 | 47.75 | 0.59 | 0.53 |
| Hex | CD | B0 | 3F | 0 | E | 45 | 14 | 30 | 3B | 35 |
| Octal | 315 | 260 | 77 | 0 | 16 | 105 | 24 | 60 | 73 | 65 |
| Binary | 11001101 | 10110000 | 111111 | 0 | 1110 | 1000101 | 10100 | 110000 | 111011 | 110101 |
Color Harmonies of #CDB03F
Complementary color
Monochromatic Colors of #CDB03F
Black with #CDB03F
Text Example
Text Example
White with #CDB03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB03F; }
p { color: rgb(205,176,63); }
H1.HeaderClassName
{
color: #CDB03F;
}
.AnyTagClassName
{
color: #CDB03F;
}
</style>
background-color css
<style>
a { background-color: #CDB03F; }
a { background-color: rgb(205,176,63); }
div.DivClassName
{
background-color: #CDB03F;
}
.BgClassName
{
background-color: #CDB03F;
}
</style>
border-color css
<style>
span { border-color: #CDB03F; }
span { border-color: rgb(205,176,63); }
td.TdClassName
{
border-color: #CDB03F;
}
.TagClassName
{
border-color: #CDB03F;
}
</style>