Shades of Metallic Gold #CDAF32
Tints of Metallic Gold #CDAF32
RGB
CMYK
RGB Variations
Color information
#CDAF32 (or 0xCDAF32) is known color: Metallic Gold. HEX triplet: CD, AF and 32. RGB value is (205,175,50). Sum of RGB (Red+Green+Blue) = 205+175+50=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF32 is #3250CD. Grayscale: #AAAAAA. Windows color (decimal): -3297486 or 3321805. OLE color: 3321805.
HSL color Cylindrical-coordinate representation of color #CDAF32: hue angle of 48.39º 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 #CDAF32 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 50 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.20 |
| HSL | 48.39º | 0.61% | 0.5% | - |
| HSV(B) | 48.39º | 0.76% | 0.8% | - |
| XYZ | 41.08 | 43.87 | 9.32 | - |
| YUV | 169.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 50 | 0 | 0.15 | 0.76 | 0.20 | 48.39 | 0.61 | 0.5 |
| Hex | CD | AF | 32 | 0 | F | 4C | 14 | 30 | 3D | 32 |
| Octal | 315 | 257 | 62 | 0 | 17 | 114 | 24 | 60 | 75 | 62 |
| Binary | 11001101 | 10101111 | 110010 | 0 | 1111 | 1001100 | 10100 | 110000 | 111101 | 110010 |
Color Harmonies of #CDAF32
Complementary color
Monochromatic Colors of #CDAF32
Black with #CDAF32
Text Example
Text Example
White with #CDAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF32; }
p { color: rgb(205,175,50); }
H1.HeaderClassName
{
color: #CDAF32;
}
.AnyTagClassName
{
color: #CDAF32;
}
</style>
background-color css
<style>
a { background-color: #CDAF32; }
a { background-color: rgb(205,175,50); }
div.DivClassName
{
background-color: #CDAF32;
}
.BgClassName
{
background-color: #CDAF32;
}
</style>
border-color css
<style>
span { border-color: #CDAF32; }
span { border-color: rgb(205,175,50); }
td.TdClassName
{
border-color: #CDAF32;
}
.TagClassName
{
border-color: #CDAF32;
}
</style>