Shades of Old Gold #CDB243
Tints of Old Gold #CDB243
RGB
CMYK
RGB Variations
Color information
#CDB243 (or 0xCDB243) is known color: Old Gold. HEX triplet: CD, B2 and 43. RGB value is (205,178,67). Sum of RGB (Red+Green+Blue) = 205+178+67=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB243 is #324DBC. Grayscale: #ADADAD. Windows color (decimal): -3296701 or 4436685. OLE color: 4436685.
HSL color Cylindrical-coordinate representation of color #CDB243: hue angle of 48.26º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDB243 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 67 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.20 |
| HSL | 48.26º | 0.58% | 0.53% | - |
| HSV(B) | 48.26º | 0.67% | 0.8% | - |
| XYZ | 42.11 | 45.23 | 11.82 | - |
| YUV | 173.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 67 | 0 | 0.13 | 0.67 | 0.20 | 48.26 | 0.58 | 0.53 |
| Hex | CD | B2 | 43 | 0 | D | 43 | 14 | 30 | 3A | 35 |
| Octal | 315 | 262 | 103 | 0 | 15 | 103 | 24 | 60 | 72 | 65 |
| Binary | 11001101 | 10110010 | 1000011 | 0 | 1101 | 1000011 | 10100 | 110000 | 111010 | 110101 |
Color Harmonies of #CDB243
Complementary color
Monochromatic Colors of #CDB243
Black with #CDB243
Text Example
Text Example
White with #CDB243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB243; }
p { color: rgb(205,178,67); }
H1.HeaderClassName
{
color: #CDB243;
}
.AnyTagClassName
{
color: #CDB243;
}
</style>
background-color css
<style>
a { background-color: #CDB243; }
a { background-color: rgb(205,178,67); }
div.DivClassName
{
background-color: #CDB243;
}
.BgClassName
{
background-color: #CDB243;
}
</style>
border-color css
<style>
span { border-color: #CDB243; }
span { border-color: rgb(205,178,67); }
td.TdClassName
{
border-color: #CDB243;
}
.TagClassName
{
border-color: #CDB243;
}
</style>