Shades of Metallic Gold #CFB328
Tints of Metallic Gold #CFB328
RGB
CMYK
RGB Variations
Color information
#CFB328 (or 0xCFB328) is known color: Metallic Gold. HEX triplet: CF, B3 and 28. RGB value is (207,179,40). Sum of RGB (Red+Green+Blue) = 207+179+40=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB328 is #304CD7. Grayscale: #ACACAC. Windows color (decimal): -3165400 or 2667471. OLE color: 2667471.
HSL color Cylindrical-coordinate representation of color #CFB328: hue angle of 49.94º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFB328 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 40 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.19 |
| HSL | 49.94º | 0.68% | 0.48% | - |
| HSV(B) | 49.94º | 0.81% | 0.81% | - |
| XYZ | 42.24 | 45.66 | 8.59 | - |
| YUV | 171.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 40 | 0 | 0.14 | 0.81 | 0.19 | 49.94 | 0.68 | 0.48 |
| Hex | CF | B3 | 28 | 0 | E | 51 | 13 | 32 | 44 | 30 |
| Octal | 317 | 263 | 50 | 0 | 16 | 121 | 23 | 62 | 104 | 60 |
| Binary | 11001111 | 10110011 | 101000 | 0 | 1110 | 1010001 | 10011 | 110010 | 1000100 | 110000 |
Color Harmonies of #CFB328
Complementary color
Monochromatic Colors of #CFB328
Black with #CFB328
Text Example
Text Example
White with #CFB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB328; }
p { color: rgb(207,179,40); }
H1.HeaderClassName
{
color: #CFB328;
}
.AnyTagClassName
{
color: #CFB328;
}
</style>
background-color css
<style>
a { background-color: #CFB328; }
a { background-color: rgb(207,179,40); }
div.DivClassName
{
background-color: #CFB328;
}
.BgClassName
{
background-color: #CFB328;
}
</style>
border-color css
<style>
span { border-color: #CFB328; }
span { border-color: rgb(207,179,40); }
td.TdClassName
{
border-color: #CFB328;
}
.TagClassName
{
border-color: #CFB328;
}
</style>