Shades of Metallic Gold #CFB427
Tints of Metallic Gold #CFB427
RGB
CMYK
RGB Variations
Color information
#CFB427 (or 0xCFB427) is known color: Metallic Gold. HEX triplet: CF, B4 and 27. RGB value is (207,180,39). Sum of RGB (Red+Green+Blue) = 207+180+39=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB427 is #304BD8. Grayscale: #ACACAC. Windows color (decimal): -3165145 or 2602191. OLE color: 2602191.
HSL color Cylindrical-coordinate representation of color #CFB427: hue angle of 50.36º 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 #CFB427 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 39 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.19 |
| HSL | 50.36º | 0.68% | 0.48% | - |
| HSV(B) | 50.36º | 0.81% | 0.81% | - |
| XYZ | 42.42 | 46.05 | 8.57 | - |
| YUV | 172 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 39 | 0 | 0.13 | 0.81 | 0.19 | 50.36 | 0.68 | 0.48 |
| Hex | CF | B4 | 27 | 0 | D | 51 | 13 | 32 | 44 | 30 |
| Octal | 317 | 264 | 47 | 0 | 15 | 121 | 23 | 62 | 104 | 60 |
| Binary | 11001111 | 10110100 | 100111 | 0 | 1101 | 1010001 | 10011 | 110010 | 1000100 | 110000 |
Color Harmonies of #CFB427
Complementary color
Monochromatic Colors of #CFB427
Black with #CFB427
Text Example
Text Example
White with #CFB427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB427; }
p { color: rgb(207,180,39); }
H1.HeaderClassName
{
color: #CFB427;
}
.AnyTagClassName
{
color: #CFB427;
}
</style>
background-color css
<style>
a { background-color: #CFB427; }
a { background-color: rgb(207,180,39); }
div.DivClassName
{
background-color: #CFB427;
}
.BgClassName
{
background-color: #CFB427;
}
</style>
border-color css
<style>
span { border-color: #CFB427; }
span { border-color: rgb(207,180,39); }
td.TdClassName
{
border-color: #CFB427;
}
.TagClassName
{
border-color: #CFB427;
}
</style>