Shades of Metallic Gold #CCAF32
Tints of Metallic Gold #CCAF32
RGB
CMYK
RGB Variations
Color information
#CCAF32 (or 0xCCAF32) is known color: Metallic Gold. HEX triplet: CC, AF and 32. RGB value is (204,175,50). Sum of RGB (Red+Green+Blue) = 204+175+50=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF32 is #3350CD. Grayscale: #A9A9A9. Windows color (decimal): -3363022 or 3321804. OLE color: 3321804.
HSL color Cylindrical-coordinate representation of color #CCAF32: hue angle of 48.7º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCAF32 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 50 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.2 |
| HSL | 48.7º | 0.61% | 0.5% | - |
| HSV(B) | 48.7º | 0.75% | 0.8% | - |
| XYZ | 40.81 | 43.73 | 9.31 | - |
| YUV | 169.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 50 | 0 | 0.14 | 0.75 | 0.2 | 48.7 | 0.61 | 0.5 |
| Hex | CC | AF | 32 | 0 | E | 4B | 14 | 31 | 3D | 32 |
| Octal | 314 | 257 | 62 | 0 | 16 | 113 | 24 | 61 | 75 | 62 |
| Binary | 11001100 | 10101111 | 110010 | 0 | 1110 | 1001011 | 10100 | 110001 | 111101 | 110010 |
Color Harmonies of #CCAF32
Complementary color
Monochromatic Colors of #CCAF32
Black with #CCAF32
Text Example
Text Example
White with #CCAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF32; }
p { color: rgb(204,175,50); }
H1.HeaderClassName
{
color: #CCAF32;
}
.AnyTagClassName
{
color: #CCAF32;
}
</style>
background-color css
<style>
a { background-color: #CCAF32; }
a { background-color: rgb(204,175,50); }
div.DivClassName
{
background-color: #CCAF32;
}
.BgClassName
{
background-color: #CCAF32;
}
</style>
border-color css
<style>
span { border-color: #CCAF32; }
span { border-color: rgb(204,175,50); }
td.TdClassName
{
border-color: #CCAF32;
}
.TagClassName
{
border-color: #CCAF32;
}
</style>