Shades of Old Gold #CDBE32
Tints of Old Gold #CDBE32
RGB
CMYK
RGB Variations
Color information
#CDBE32 (or 0xCDBE32) is known color: Old Gold. HEX triplet: CD, BE and 32. RGB value is (205,190,50). Sum of RGB (Red+Green+Blue) = 205+190+50=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBE32 is #3241CD. Grayscale: #B3B3B3. Windows color (decimal): -3293646 or 3325645. OLE color: 3325645.
HSL color Cylindrical-coordinate representation of color #CDBE32: hue angle of 54.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDBE32 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 50 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.20 |
| HSL | 54.19º | 0.61% | 0.5% | - |
| HSV(B) | 54.19º | 0.76% | 0.8% | - |
| XYZ | 44.17 | 50.04 | 10.35 | - |
| YUV | 178.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 50 | 0 | 0.07 | 0.76 | 0.20 | 54.19 | 0.61 | 0.5 |
| Hex | CD | BE | 32 | 0 | 7 | 4C | 14 | 36 | 3D | 32 |
| Octal | 315 | 276 | 62 | 0 | 7 | 114 | 24 | 66 | 75 | 62 |
| Binary | 11001101 | 10111110 | 110010 | 0 | 111 | 1001100 | 10100 | 110110 | 111101 | 110010 |
Color Harmonies of #CDBE32
Complementary color
Monochromatic Colors of #CDBE32
Black with #CDBE32
Text Example
Text Example
White with #CDBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBE32; }
p { color: rgb(205,190,50); }
H1.HeaderClassName
{
color: #CDBE32;
}
.AnyTagClassName
{
color: #CDBE32;
}
</style>
background-color css
<style>
a { background-color: #CDBE32; }
a { background-color: rgb(205,190,50); }
div.DivClassName
{
background-color: #CDBE32;
}
.BgClassName
{
background-color: #CDBE32;
}
</style>
border-color css
<style>
span { border-color: #CDBE32; }
span { border-color: rgb(205,190,50); }
td.TdClassName
{
border-color: #CDBE32;
}
.TagClassName
{
border-color: #CDBE32;
}
</style>