Shades of Old Gold #CDB630
Tints of Old Gold #CDB630
RGB
CMYK
RGB Variations
Color information
#CDB630 (or 0xCDB630) is known color: Old Gold. HEX triplet: CD, B6 and 30. RGB value is (205,182,48). Sum of RGB (Red+Green+Blue) = 205+182+48=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB630 is #3249CF. Grayscale: #AEAEAE. Windows color (decimal): -3295696 or 3192525. OLE color: 3192525.
HSL color Cylindrical-coordinate representation of color #CDB630: hue angle of 51.21º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDB630 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 48 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.20 |
| HSL | 51.21º | 0.62% | 0.5% | - |
| HSV(B) | 51.21º | 0.77% | 0.8% | - |
| XYZ | 42.44 | 46.65 | 9.56 | - |
| YUV | 173.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 48 | 0 | 0.11 | 0.77 | 0.20 | 51.21 | 0.62 | 0.5 |
| Hex | CD | B6 | 30 | 0 | B | 4D | 14 | 33 | 3E | 32 |
| Octal | 315 | 266 | 60 | 0 | 13 | 115 | 24 | 63 | 76 | 62 |
| Binary | 11001101 | 10110110 | 110000 | 0 | 1011 | 1001101 | 10100 | 110011 | 111110 | 110010 |
Color Harmonies of #CDB630
Complementary color
Monochromatic Colors of #CDB630
Black with #CDB630
Text Example
Text Example
White with #CDB630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB630; }
p { color: rgb(205,182,48); }
H1.HeaderClassName
{
color: #CDB630;
}
.AnyTagClassName
{
color: #CDB630;
}
</style>
background-color css
<style>
a { background-color: #CDB630; }
a { background-color: rgb(205,182,48); }
div.DivClassName
{
background-color: #CDB630;
}
.BgClassName
{
background-color: #CDB630;
}
</style>
border-color css
<style>
span { border-color: #CDB630; }
span { border-color: rgb(205,182,48); }
td.TdClassName
{
border-color: #CDB630;
}
.TagClassName
{
border-color: #CDB630;
}
</style>