Shades of Old Gold #CFB63D
Tints of Old Gold #CFB63D
RGB
CMYK
RGB Variations
Color information
#CFB63D (or 0xCFB63D) is known color: Old Gold. HEX triplet: CF, B6 and 3D. RGB value is (207,182,61). Sum of RGB (Red+Green+Blue) = 207+182+61=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB63D is #3049C2. Grayscale: #B0B0B0. Windows color (decimal): -3164611 or 4044495. OLE color: 4044495.
HSL color Cylindrical-coordinate representation of color #CFB63D: hue angle of 49.73º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB63D is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 61 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.19 |
| HSL | 49.73º | 0.6% | 0.53% | - |
| HSV(B) | 49.73º | 0.71% | 0.81% | - |
| XYZ | 43.3 | 47.06 | 11.22 | - |
| YUV | 175.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 61 | 0 | 0.12 | 0.71 | 0.19 | 49.73 | 0.6 | 0.53 |
| Hex | CF | B6 | 3D | 0 | C | 47 | 13 | 32 | 3C | 35 |
| Octal | 317 | 266 | 75 | 0 | 14 | 107 | 23 | 62 | 74 | 65 |
| Binary | 11001111 | 10110110 | 111101 | 0 | 1100 | 1000111 | 10011 | 110010 | 111100 | 110101 |
Color Harmonies of #CFB63D
Complementary color
Monochromatic Colors of #CFB63D
Black with #CFB63D
Text Example
Text Example
White with #CFB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB63D; }
p { color: rgb(207,182,61); }
H1.HeaderClassName
{
color: #CFB63D;
}
.AnyTagClassName
{
color: #CFB63D;
}
</style>
background-color css
<style>
a { background-color: #CFB63D; }
a { background-color: rgb(207,182,61); }
div.DivClassName
{
background-color: #CFB63D;
}
.BgClassName
{
background-color: #CFB63D;
}
</style>
border-color css
<style>
span { border-color: #CFB63D; }
span { border-color: rgb(207,182,61); }
td.TdClassName
{
border-color: #CFB63D;
}
.TagClassName
{
border-color: #CFB63D;
}
</style>