Shades of Old Gold #CFB13E
Tints of Old Gold #CFB13E
RGB
CMYK
RGB Variations
Color information
#CFB13E (or 0xCFB13E) is known color: Old Gold. HEX triplet: CF, B1 and 3E. RGB value is (207,177,62). Sum of RGB (Red+Green+Blue) = 207+177+62=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB13E is #304EC1. Grayscale: #ADADAD. Windows color (decimal): -3165890 or 4108751. OLE color: 4108751.
HSL color Cylindrical-coordinate representation of color #CFB13E: hue angle of 47.59º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFB13E is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 62 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.19 |
| HSL | 47.59º | 0.6% | 0.53% | - |
| HSV(B) | 47.59º | 0.7% | 0.81% | - |
| XYZ | 42.32 | 45.06 | 11.02 | - |
| YUV | 172.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 62 | 0 | 0.14 | 0.70 | 0.19 | 47.59 | 0.6 | 0.53 |
| Hex | CF | B1 | 3E | 0 | E | 46 | 13 | 30 | 3C | 35 |
| Octal | 317 | 261 | 76 | 0 | 16 | 106 | 23 | 60 | 74 | 65 |
| Binary | 11001111 | 10110001 | 111110 | 0 | 1110 | 1000110 | 10011 | 110000 | 111100 | 110101 |
Color Harmonies of #CFB13E
Complementary color
Monochromatic Colors of #CFB13E
Black with #CFB13E
Text Example
Text Example
White with #CFB13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB13E; }
p { color: rgb(207,177,62); }
H1.HeaderClassName
{
color: #CFB13E;
}
.AnyTagClassName
{
color: #CFB13E;
}
</style>
background-color css
<style>
a { background-color: #CFB13E; }
a { background-color: rgb(207,177,62); }
div.DivClassName
{
background-color: #CFB13E;
}
.BgClassName
{
background-color: #CFB13E;
}
</style>
border-color css
<style>
span { border-color: #CFB13E; }
span { border-color: rgb(207,177,62); }
td.TdClassName
{
border-color: #CFB13E;
}
.TagClassName
{
border-color: #CFB13E;
}
</style>