Shades of Old Gold #CFB640
Tints of Old Gold #CFB640
RGB
CMYK
RGB Variations
Color information
#CFB640 (or 0xCFB640) is known color: Old Gold. HEX triplet: CF, B6 and 40. RGB value is (207,182,64). Sum of RGB (Red+Green+Blue) = 207+182+64=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB640 is #3049BF. Grayscale: #B0B0B0. Windows color (decimal): -3164608 or 4241103. OLE color: 4241103.
HSL color Cylindrical-coordinate representation of color #CFB640: hue angle of 49.51º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFB640 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 64 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.19 |
| HSL | 49.51º | 0.6% | 0.53% | - |
| HSV(B) | 49.51º | 0.69% | 0.81% | - |
| XYZ | 43.39 | 47.09 | 11.65 | - |
| YUV | 176.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 64 | 0 | 0.12 | 0.69 | 0.19 | 49.51 | 0.6 | 0.53 |
| Hex | CF | B6 | 40 | 0 | C | 45 | 13 | 32 | 3C | 35 |
| Octal | 317 | 266 | 100 | 0 | 14 | 105 | 23 | 62 | 74 | 65 |
| Binary | 11001111 | 10110110 | 1000000 | 0 | 1100 | 1000101 | 10011 | 110010 | 111100 | 110101 |
Color Harmonies of #CFB640
Complementary color
Monochromatic Colors of #CFB640
Black with #CFB640
Text Example
Text Example
White with #CFB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB640; }
p { color: rgb(207,182,64); }
H1.HeaderClassName
{
color: #CFB640;
}
.AnyTagClassName
{
color: #CFB640;
}
</style>
background-color css
<style>
a { background-color: #CFB640; }
a { background-color: rgb(207,182,64); }
div.DivClassName
{
background-color: #CFB640;
}
.BgClassName
{
background-color: #CFB640;
}
</style>
border-color css
<style>
span { border-color: #CFB640; }
span { border-color: rgb(207,182,64); }
td.TdClassName
{
border-color: #CFB640;
}
.TagClassName
{
border-color: #CFB640;
}
</style>