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