Shades of Old Gold #CFBE3C
Tints of Old Gold #CFBE3C
RGB
CMYK
RGB Variations
Color information
#CFBE3C (or 0xCFBE3C) is known color: Old Gold. HEX triplet: CF, BE and 3C. RGB value is (207,190,60). Sum of RGB (Red+Green+Blue) = 207+190+60=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE3C is #3041C3. Grayscale: #B4B4B4. Windows color (decimal): -3162564 or 3981007. OLE color: 3981007.
HSL color Cylindrical-coordinate representation of color #CFBE3C: hue angle of 53.06º 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 #CFBE3C is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 60 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.19 |
| HSL | 53.06º | 0.6% | 0.52% | - |
| HSV(B) | 53.06º | 0.71% | 0.81% | - |
| XYZ | 44.96 | 50.42 | 11.64 | - |
| YUV | 180.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 60 | 0 | 0.08 | 0.71 | 0.19 | 53.06 | 0.6 | 0.52 |
| Hex | CF | BE | 3C | 0 | 8 | 47 | 13 | 35 | 3C | 34 |
| Octal | 317 | 276 | 74 | 0 | 10 | 107 | 23 | 65 | 74 | 64 |
| Binary | 11001111 | 10111110 | 111100 | 0 | 1000 | 1000111 | 10011 | 110101 | 111100 | 110100 |
Color Harmonies of #CFBE3C
Complementary color
Monochromatic Colors of #CFBE3C
Black with #CFBE3C
Text Example
Text Example
White with #CFBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE3C; }
p { color: rgb(207,190,60); }
H1.HeaderClassName
{
color: #CFBE3C;
}
.AnyTagClassName
{
color: #CFBE3C;
}
</style>
background-color css
<style>
a { background-color: #CFBE3C; }
a { background-color: rgb(207,190,60); }
div.DivClassName
{
background-color: #CFBE3C;
}
.BgClassName
{
background-color: #CFBE3C;
}
</style>
border-color css
<style>
span { border-color: #CFBE3C; }
span { border-color: rgb(207,190,60); }
td.TdClassName
{
border-color: #CFBE3C;
}
.TagClassName
{
border-color: #CFBE3C;
}
</style>