Shades of Old Gold #CDB63D
Tints of Old Gold #CDB63D
RGB
CMYK
RGB Variations
Color information
#CDB63D (or 0xCDB63D) is known color: Old Gold. HEX triplet: CD, B6 and 3D. RGB value is (205,182,61). Sum of RGB (Red+Green+Blue) = 205+182+61=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB63D is #3249C2. Grayscale: #AFAFAF. Windows color (decimal): -3295683 or 4044493. OLE color: 4044493.
HSL color Cylindrical-coordinate representation of color #CDB63D: hue angle of 50.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDB63D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 61 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.20 |
| HSL | 50.42º | 0.59% | 0.52% | - |
| HSV(B) | 50.42º | 0.7% | 0.8% | - |
| XYZ | 42.75 | 46.77 | 11.19 | - |
| YUV | 175.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 61 | 0 | 0.11 | 0.70 | 0.20 | 50.42 | 0.59 | 0.52 |
| Hex | CD | B6 | 3D | 0 | B | 46 | 14 | 32 | 3B | 34 |
| Octal | 315 | 266 | 75 | 0 | 13 | 106 | 24 | 62 | 73 | 64 |
| Binary | 11001101 | 10110110 | 111101 | 0 | 1011 | 1000110 | 10100 | 110010 | 111011 | 110100 |
Color Harmonies of #CDB63D
Complementary color
Monochromatic Colors of #CDB63D
Black with #CDB63D
Text Example
Text Example
White with #CDB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB63D; }
p { color: rgb(205,182,61); }
H1.HeaderClassName
{
color: #CDB63D;
}
.AnyTagClassName
{
color: #CDB63D;
}
</style>
background-color css
<style>
a { background-color: #CDB63D; }
a { background-color: rgb(205,182,61); }
div.DivClassName
{
background-color: #CDB63D;
}
.BgClassName
{
background-color: #CDB63D;
}
</style>
border-color css
<style>
span { border-color: #CDB63D; }
span { border-color: rgb(205,182,61); }
td.TdClassName
{
border-color: #CDB63D;
}
.TagClassName
{
border-color: #CDB63D;
}
</style>