Shades of Old Gold #CDB42B
Tints of Old Gold #CDB42B
RGB
CMYK
RGB Variations
Color information
#CDB42B (or 0xCDB42B) is known color: Old Gold. HEX triplet: CD, B4 and 2B. RGB value is (205,180,43). Sum of RGB (Red+Green+Blue) = 205+180+43=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB42B is #324BD4. Grayscale: #ACACAC. Windows color (decimal): -3296213 or 2864333. OLE color: 2864333.
HSL color Cylindrical-coordinate representation of color #CDB42B: hue angle of 50.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDB42B is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 43 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.20 |
| HSL | 50.74º | 0.65% | 0.49% | - |
| HSV(B) | 50.74º | 0.79% | 0.8% | - |
| XYZ | 41.93 | 45.8 | 8.91 | - |
| YUV | 171.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 43 | 0 | 0.12 | 0.79 | 0.20 | 50.74 | 0.65 | 0.49 |
| Hex | CD | B4 | 2B | 0 | C | 4F | 14 | 33 | 41 | 31 |
| Octal | 315 | 264 | 53 | 0 | 14 | 117 | 24 | 63 | 101 | 61 |
| Binary | 11001101 | 10110100 | 101011 | 0 | 1100 | 1001111 | 10100 | 110011 | 1000001 | 110001 |
Color Harmonies of #CDB42B
Complementary color
Monochromatic Colors of #CDB42B
Black with #CDB42B
Text Example
Text Example
White with #CDB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB42B; }
p { color: rgb(205,180,43); }
H1.HeaderClassName
{
color: #CDB42B;
}
.AnyTagClassName
{
color: #CDB42B;
}
</style>
background-color css
<style>
a { background-color: #CDB42B; }
a { background-color: rgb(205,180,43); }
div.DivClassName
{
background-color: #CDB42B;
}
.BgClassName
{
background-color: #CDB42B;
}
</style>
border-color css
<style>
span { border-color: #CDB42B; }
span { border-color: rgb(205,180,43); }
td.TdClassName
{
border-color: #CDB42B;
}
.TagClassName
{
border-color: #CDB42B;
}
</style>