Shades of Old Gold #CFB832
Tints of Old Gold #CFB832
RGB
CMYK
RGB Variations
Color information
#CFB832 (or 0xCFB832) is known color: Old Gold. HEX triplet: CF, B8 and 32. RGB value is (207,184,50). Sum of RGB (Red+Green+Blue) = 207+184+50=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB832 is #3047CD. Grayscale: #B0B0B0. Windows color (decimal): -3164110 or 3324111. OLE color: 3324111.
HSL color Cylindrical-coordinate representation of color #CFB832: hue angle of 51.21º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFB832 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 50 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.19 |
| HSL | 51.21º | 0.62% | 0.5% | - |
| HSV(B) | 51.21º | 0.76% | 0.81% | - |
| XYZ | 43.45 | 47.78 | 9.95 | - |
| YUV | 175.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 50 | 0 | 0.11 | 0.76 | 0.19 | 51.21 | 0.62 | 0.5 |
| Hex | CF | B8 | 32 | 0 | B | 4C | 13 | 33 | 3E | 32 |
| Octal | 317 | 270 | 62 | 0 | 13 | 114 | 23 | 63 | 76 | 62 |
| Binary | 11001111 | 10111000 | 110010 | 0 | 1011 | 1001100 | 10011 | 110011 | 111110 | 110010 |
Color Harmonies of #CFB832
Complementary color
Monochromatic Colors of #CFB832
Black with #CFB832
Text Example
Text Example
White with #CFB832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB832; }
p { color: rgb(207,184,50); }
H1.HeaderClassName
{
color: #CFB832;
}
.AnyTagClassName
{
color: #CFB832;
}
</style>
background-color css
<style>
a { background-color: #CFB832; }
a { background-color: rgb(207,184,50); }
div.DivClassName
{
background-color: #CFB832;
}
.BgClassName
{
background-color: #CFB832;
}
</style>
border-color css
<style>
span { border-color: #CFB832; }
span { border-color: rgb(207,184,50); }
td.TdClassName
{
border-color: #CFB832;
}
.TagClassName
{
border-color: #CFB832;
}
</style>