Shades of Old Gold #CFB344
Tints of Old Gold #CFB344
RGB
CMYK
RGB Variations
Color information
#CFB344 (or 0xCFB344) is known color: Old Gold. HEX triplet: CF, B3 and 44. RGB value is (207,179,68). Sum of RGB (Red+Green+Blue) = 207+179+68=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB344 is #304CBB. Grayscale: #AFAFAF. Windows color (decimal): -3165372 or 4502479. OLE color: 4502479.
HSL color Cylindrical-coordinate representation of color #CFB344: hue angle of 47.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFB344 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 68 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.19 |
| HSL | 47.91º | 0.59% | 0.54% | - |
| HSV(B) | 47.91º | 0.67% | 0.81% | - |
| XYZ | 42.9 | 45.92 | 12.07 | - |
| YUV | 174.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 68 | 0 | 0.14 | 0.67 | 0.19 | 47.91 | 0.59 | 0.54 |
| Hex | CF | B3 | 44 | 0 | E | 43 | 13 | 30 | 3B | 36 |
| Octal | 317 | 263 | 104 | 0 | 16 | 103 | 23 | 60 | 73 | 66 |
| Binary | 11001111 | 10110011 | 1000100 | 0 | 1110 | 1000011 | 10011 | 110000 | 111011 | 110110 |
Color Harmonies of #CFB344
Complementary color
Monochromatic Colors of #CFB344
Black with #CFB344
Text Example
Text Example
White with #CFB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB344; }
p { color: rgb(207,179,68); }
H1.HeaderClassName
{
color: #CFB344;
}
.AnyTagClassName
{
color: #CFB344;
}
</style>
background-color css
<style>
a { background-color: #CFB344; }
a { background-color: rgb(207,179,68); }
div.DivClassName
{
background-color: #CFB344;
}
.BgClassName
{
background-color: #CFB344;
}
</style>
border-color css
<style>
span { border-color: #CFB344; }
span { border-color: rgb(207,179,68); }
td.TdClassName
{
border-color: #CFB344;
}
.TagClassName
{
border-color: #CFB344;
}
</style>