Shades of Metallic Gold #CFB32B
Tints of Metallic Gold #CFB32B
RGB
CMYK
RGB Variations
Color information
#CFB32B (or 0xCFB32B) is known color: Metallic Gold. HEX triplet: CF, B3 and 2B. RGB value is (207,179,43). Sum of RGB (Red+Green+Blue) = 207+179+43=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB32B is #304CD4. Grayscale: #ACACAC. Windows color (decimal): -3165397 or 2864079. OLE color: 2864079.
HSL color Cylindrical-coordinate representation of color #CFB32B: hue angle of 49.76º degrees, saturation: 0.66, 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 #CFB32B is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 43 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.19 |
| HSL | 49.76º | 0.66% | 0.49% | - |
| HSV(B) | 49.76º | 0.79% | 0.81% | - |
| XYZ | 42.29 | 45.68 | 8.87 | - |
| YUV | 171.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 43 | 0 | 0.14 | 0.79 | 0.19 | 49.76 | 0.66 | 0.49 |
| Hex | CF | B3 | 2B | 0 | E | 4F | 13 | 32 | 42 | 31 |
| Octal | 317 | 263 | 53 | 0 | 16 | 117 | 23 | 62 | 102 | 61 |
| Binary | 11001111 | 10110011 | 101011 | 0 | 1110 | 1001111 | 10011 | 110010 | 1000010 | 110001 |
Color Harmonies of #CFB32B
Complementary color
Monochromatic Colors of #CFB32B
Black with #CFB32B
Text Example
Text Example
White with #CFB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB32B; }
p { color: rgb(207,179,43); }
H1.HeaderClassName
{
color: #CFB32B;
}
.AnyTagClassName
{
color: #CFB32B;
}
</style>
background-color css
<style>
a { background-color: #CFB32B; }
a { background-color: rgb(207,179,43); }
div.DivClassName
{
background-color: #CFB32B;
}
.BgClassName
{
background-color: #CFB32B;
}
</style>
border-color css
<style>
span { border-color: #CFB32B; }
span { border-color: rgb(207,179,43); }
td.TdClassName
{
border-color: #CFB32B;
}
.TagClassName
{
border-color: #CFB32B;
}
</style>