Shades of Old Gold #CFB431
Tints of Old Gold #CFB431
RGB
CMYK
RGB Variations
Color information
#CFB431 (or 0xCFB431) is known color: Old Gold. HEX triplet: CF, B4 and 31. RGB value is (207,180,49). Sum of RGB (Red+Green+Blue) = 207+180+49=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB431 is #304BCE. Grayscale: #ADADAD. Windows color (decimal): -3165135 or 3257551. OLE color: 3257551.
HSL color Cylindrical-coordinate representation of color #CFB431: hue angle of 49.75º 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 #CFB431 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 49 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.19 |
| HSL | 49.75º | 0.62% | 0.5% | - |
| HSV(B) | 49.75º | 0.76% | 0.81% | - |
| XYZ | 42.61 | 46.13 | 9.56 | - |
| YUV | 173.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 49 | 0 | 0.13 | 0.76 | 0.19 | 49.75 | 0.62 | 0.5 |
| Hex | CF | B4 | 31 | 0 | D | 4C | 13 | 32 | 3E | 32 |
| Octal | 317 | 264 | 61 | 0 | 15 | 114 | 23 | 62 | 76 | 62 |
| Binary | 11001111 | 10110100 | 110001 | 0 | 1101 | 1001100 | 10011 | 110010 | 111110 | 110010 |
Color Harmonies of #CFB431
Complementary color
Monochromatic Colors of #CFB431
Black with #CFB431
Text Example
Text Example
White with #CFB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB431; }
p { color: rgb(207,180,49); }
H1.HeaderClassName
{
color: #CFB431;
}
.AnyTagClassName
{
color: #CFB431;
}
</style>
background-color css
<style>
a { background-color: #CFB431; }
a { background-color: rgb(207,180,49); }
div.DivClassName
{
background-color: #CFB431;
}
.BgClassName
{
background-color: #CFB431;
}
</style>
border-color css
<style>
span { border-color: #CFB431; }
span { border-color: rgb(207,180,49); }
td.TdClassName
{
border-color: #CFB431;
}
.TagClassName
{
border-color: #CFB431;
}
</style>