Shades of Old Gold #CFBE32
Tints of Old Gold #CFBE32
RGB
CMYK
RGB Variations
Color information
#CFBE32 (or 0xCFBE32) is known color: Old Gold. HEX triplet: CF, BE and 32. RGB value is (207,190,50). Sum of RGB (Red+Green+Blue) = 207+190+50=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE32 is #3041CD. Grayscale: #B3B3B3. Windows color (decimal): -3162574 or 3325647. OLE color: 3325647.
HSL color Cylindrical-coordinate representation of color #CFBE32: hue angle of 53.5º 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 #CFBE32 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 50 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.19 |
| HSL | 53.5º | 0.62% | 0.5% | - |
| HSV(B) | 53.5º | 0.76% | 0.81% | - |
| XYZ | 44.72 | 50.32 | 10.37 | - |
| YUV | 179.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 50 | 0 | 0.08 | 0.76 | 0.19 | 53.5 | 0.62 | 0.5 |
| Hex | CF | BE | 32 | 0 | 8 | 4C | 13 | 36 | 3E | 32 |
| Octal | 317 | 276 | 62 | 0 | 10 | 114 | 23 | 66 | 76 | 62 |
| Binary | 11001111 | 10111110 | 110010 | 0 | 1000 | 1001100 | 10011 | 110110 | 111110 | 110010 |
Color Harmonies of #CFBE32
Complementary color
Monochromatic Colors of #CFBE32
Black with #CFBE32
Text Example
Text Example
White with #CFBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE32; }
p { color: rgb(207,190,50); }
H1.HeaderClassName
{
color: #CFBE32;
}
.AnyTagClassName
{
color: #CFBE32;
}
</style>
background-color css
<style>
a { background-color: #CFBE32; }
a { background-color: rgb(207,190,50); }
div.DivClassName
{
background-color: #CFBE32;
}
.BgClassName
{
background-color: #CFBE32;
}
</style>
border-color css
<style>
span { border-color: #CFBE32; }
span { border-color: rgb(207,190,50); }
td.TdClassName
{
border-color: #CFBE32;
}
.TagClassName
{
border-color: #CFBE32;
}
</style>