Shades of Old Gold #CFB638
Tints of Old Gold #CFB638
RGB
CMYK
RGB Variations
Color information
#CFB638 (or 0xCFB638) is known color: Old Gold. HEX triplet: CF, B6 and 38. RGB value is (207,182,56). Sum of RGB (Red+Green+Blue) = 207+182+56=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB638 is #3049C7. Grayscale: #AFAFAF. Windows color (decimal): -3164616 or 3716815. OLE color: 3716815.
HSL color Cylindrical-coordinate representation of color #CFB638: hue angle of 50.07º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFB638 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 56 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.19 |
| HSL | 50.07º | 0.61% | 0.52% | - |
| HSV(B) | 50.07º | 0.73% | 0.81% | - |
| XYZ | 43.17 | 47.01 | 10.54 | - |
| YUV | 175.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 56 | 0 | 0.12 | 0.73 | 0.19 | 50.07 | 0.61 | 0.52 |
| Hex | CF | B6 | 38 | 0 | C | 49 | 13 | 32 | 3D | 34 |
| Octal | 317 | 266 | 70 | 0 | 14 | 111 | 23 | 62 | 75 | 64 |
| Binary | 11001111 | 10110110 | 111000 | 0 | 1100 | 1001001 | 10011 | 110010 | 111101 | 110100 |
Color Harmonies of #CFB638
Complementary color
Monochromatic Colors of #CFB638
Black with #CFB638
Text Example
Text Example
White with #CFB638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB638; }
p { color: rgb(207,182,56); }
H1.HeaderClassName
{
color: #CFB638;
}
.AnyTagClassName
{
color: #CFB638;
}
</style>
background-color css
<style>
a { background-color: #CFB638; }
a { background-color: rgb(207,182,56); }
div.DivClassName
{
background-color: #CFB638;
}
.BgClassName
{
background-color: #CFB638;
}
</style>
border-color css
<style>
span { border-color: #CFB638; }
span { border-color: rgb(207,182,56); }
td.TdClassName
{
border-color: #CFB638;
}
.TagClassName
{
border-color: #CFB638;
}
</style>