Shades of Metallic Gold #CFB136
Tints of Metallic Gold #CFB136
RGB
CMYK
RGB Variations
Color information
#CFB136 (or 0xCFB136) is known color: Metallic Gold. HEX triplet: CF, B1 and 36. RGB value is (207,177,54). Sum of RGB (Red+Green+Blue) = 207+177+54=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB136 is #304EC9. Grayscale: #ACACAC. Windows color (decimal): -3165898 or 3584463. OLE color: 3584463.
HSL color Cylindrical-coordinate representation of color #CFB136: hue angle of 48.24º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFB136 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 54 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.19 |
| HSL | 48.24º | 0.61% | 0.51% | - |
| HSV(B) | 48.24º | 0.74% | 0.81% | - |
| XYZ | 42.12 | 44.98 | 9.95 | - |
| YUV | 171.95 | 61.44 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 54 | 0 | 0.14 | 0.74 | 0.19 | 48.24 | 0.61 | 0.51 |
| Hex | CF | B1 | 36 | 0 | E | 4A | 13 | 30 | 3D | 33 |
| Octal | 317 | 261 | 66 | 0 | 16 | 112 | 23 | 60 | 75 | 63 |
| Binary | 11001111 | 10110001 | 110110 | 0 | 1110 | 1001010 | 10011 | 110000 | 111101 | 110011 |
Color Harmonies of #CFB136
Complementary color
Monochromatic Colors of #CFB136
Black with #CFB136
Text Example
Text Example
White with #CFB136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB136; }
p { color: rgb(207,177,54); }
H1.HeaderClassName
{
color: #CFB136;
}
.AnyTagClassName
{
color: #CFB136;
}
</style>
background-color css
<style>
a { background-color: #CFB136; }
a { background-color: rgb(207,177,54); }
div.DivClassName
{
background-color: #CFB136;
}
.BgClassName
{
background-color: #CFB136;
}
</style>
border-color css
<style>
span { border-color: #CFB136; }
span { border-color: rgb(207,177,54); }
td.TdClassName
{
border-color: #CFB136;
}
.TagClassName
{
border-color: #CFB136;
}
</style>