Shades of Metallic Gold #CFB32C
Tints of Metallic Gold #CFB32C
RGB
CMYK
RGB Variations
Color information
#CFB32C (or 0xCFB32C) is known color: Metallic Gold. HEX triplet: CF, B3 and 2C. RGB value is (207,179,44). Sum of RGB (Red+Green+Blue) = 207+179+44=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB32C is #304CD3. Grayscale: #ACACAC. Windows color (decimal): -3165396 or 2929615. OLE color: 2929615.
HSL color Cylindrical-coordinate representation of color #CFB32C: hue angle of 49.69º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFB32C is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 44 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.19 |
| HSL | 49.69º | 0.65% | 0.49% | - |
| HSV(B) | 49.69º | 0.79% | 0.81% | - |
| XYZ | 42.31 | 45.69 | 8.97 | - |
| YUV | 171.98 | 55.78 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 44 | 0 | 0.14 | 0.79 | 0.19 | 49.69 | 0.65 | 0.49 |
| Hex | CF | B3 | 2C | 0 | E | 4F | 13 | 32 | 41 | 31 |
| Octal | 317 | 263 | 54 | 0 | 16 | 117 | 23 | 62 | 101 | 61 |
| Binary | 11001111 | 10110011 | 101100 | 0 | 1110 | 1001111 | 10011 | 110010 | 1000001 | 110001 |
Color Harmonies of #CFB32C
Complementary color
Monochromatic Colors of #CFB32C
Black with #CFB32C
Text Example
Text Example
White with #CFB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB32C; }
p { color: rgb(207,179,44); }
H1.HeaderClassName
{
color: #CFB32C;
}
.AnyTagClassName
{
color: #CFB32C;
}
</style>
background-color css
<style>
a { background-color: #CFB32C; }
a { background-color: rgb(207,179,44); }
div.DivClassName
{
background-color: #CFB32C;
}
.BgClassName
{
background-color: #CFB32C;
}
</style>
border-color css
<style>
span { border-color: #CFB32C; }
span { border-color: rgb(207,179,44); }
td.TdClassName
{
border-color: #CFB32C;
}
.TagClassName
{
border-color: #CFB32C;
}
</style>