Shades of Old Gold #CFB93C
Tints of Old Gold #CFB93C
RGB
CMYK
RGB Variations
Color information
#CFB93C (or 0xCFB93C) is known color: Old Gold. HEX triplet: CF, B9 and 3C. RGB value is (207,185,60). Sum of RGB (Red+Green+Blue) = 207+185+60=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB93C is #3046C3. Grayscale: #B1B1B1. Windows color (decimal): -3163844 or 3979727. OLE color: 3979727.
HSL color Cylindrical-coordinate representation of color #CFB93C: hue angle of 51.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB93C is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 60 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.19 |
| HSL | 51.02º | 0.6% | 0.52% | - |
| HSV(B) | 51.02º | 0.71% | 0.81% | - |
| XYZ | 43.9 | 48.29 | 11.28 | - |
| YUV | 177.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 60 | 0 | 0.11 | 0.71 | 0.19 | 51.02 | 0.6 | 0.52 |
| Hex | CF | B9 | 3C | 0 | B | 47 | 13 | 33 | 3C | 34 |
| Octal | 317 | 271 | 74 | 0 | 13 | 107 | 23 | 63 | 74 | 64 |
| Binary | 11001111 | 10111001 | 111100 | 0 | 1011 | 1000111 | 10011 | 110011 | 111100 | 110100 |
Color Harmonies of #CFB93C
Complementary color
Monochromatic Colors of #CFB93C
Black with #CFB93C
Text Example
Text Example
White with #CFB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB93C; }
p { color: rgb(207,185,60); }
H1.HeaderClassName
{
color: #CFB93C;
}
.AnyTagClassName
{
color: #CFB93C;
}
</style>
background-color css
<style>
a { background-color: #CFB93C; }
a { background-color: rgb(207,185,60); }
div.DivClassName
{
background-color: #CFB93C;
}
.BgClassName
{
background-color: #CFB93C;
}
</style>
border-color css
<style>
span { border-color: #CFB93C; }
span { border-color: rgb(207,185,60); }
td.TdClassName
{
border-color: #CFB93C;
}
.TagClassName
{
border-color: #CFB93C;
}
</style>