Shades of Metallic Gold #CFAB38
Tints of Metallic Gold #CFAB38
RGB
CMYK
RGB Variations
Color information
#CFAB38 (or 0xCFAB38) is known color: Metallic Gold. HEX triplet: CF, AB and 38. RGB value is (207,171,56). Sum of RGB (Red+Green+Blue) = 207+171+56=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB38 is #3054C7. Grayscale: #A9A9A9. Windows color (decimal): -3167432 or 3713999. OLE color: 3713999.
HSL color Cylindrical-coordinate representation of color #CFAB38: hue angle of 45.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFAB38 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 56 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.19 |
| HSL | 45.7º | 0.61% | 0.52% | - |
| HSV(B) | 45.7º | 0.73% | 0.81% | - |
| XYZ | 41.01 | 42.68 | 9.82 | - |
| YUV | 168.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 56 | 0 | 0.17 | 0.73 | 0.19 | 45.7 | 0.61 | 0.52 |
| Hex | CF | AB | 38 | 0 | 11 | 49 | 13 | 2E | 3D | 34 |
| Octal | 317 | 253 | 70 | 0 | 21 | 111 | 23 | 56 | 75 | 64 |
| Binary | 11001111 | 10101011 | 111000 | 0 | 10001 | 1001001 | 10011 | 101110 | 111101 | 110100 |
Color Harmonies of #CFAB38
Complementary color
Monochromatic Colors of #CFAB38
Black with #CFAB38
Text Example
Text Example
White with #CFAB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB38; }
p { color: rgb(207,171,56); }
H1.HeaderClassName
{
color: #CFAB38;
}
.AnyTagClassName
{
color: #CFAB38;
}
</style>
background-color css
<style>
a { background-color: #CFAB38; }
a { background-color: rgb(207,171,56); }
div.DivClassName
{
background-color: #CFAB38;
}
.BgClassName
{
background-color: #CFAB38;
}
</style>
border-color css
<style>
span { border-color: #CFAB38; }
span { border-color: rgb(207,171,56); }
td.TdClassName
{
border-color: #CFAB38;
}
.TagClassName
{
border-color: #CFAB38;
}
</style>