Shades of Old Gold #CFB84B
Tints of Old Gold #CFB84B
RGB
CMYK
RGB Variations
Color information
#CFB84B (or 0xCFB84B) is known color: Old Gold. HEX triplet: CF, B8 and 4B. RGB value is (207,184,75). Sum of RGB (Red+Green+Blue) = 207+184+75=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB84B is #3047B4. Grayscale: #B2B2B2. Windows color (decimal): -3164085 or 4962511. OLE color: 4962511.
HSL color Cylindrical-coordinate representation of color #CFB84B: hue angle of 49.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFB84B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 75 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.19 |
| HSL | 49.55º | 0.58% | 0.55% | - |
| HSV(B) | 49.55º | 0.64% | 0.81% | - |
| XYZ | 44.14 | 48.05 | 13.61 | - |
| YUV | 178.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 75 | 0 | 0.11 | 0.64 | 0.19 | 49.55 | 0.58 | 0.55 |
| Hex | CF | B8 | 4B | 0 | B | 40 | 13 | 32 | 3A | 37 |
| Octal | 317 | 270 | 113 | 0 | 13 | 100 | 23 | 62 | 72 | 67 |
| Binary | 11001111 | 10111000 | 1001011 | 0 | 1011 | 1000000 | 10011 | 110010 | 111010 | 110111 |
Color Harmonies of #CFB84B
Complementary color
Monochromatic Colors of #CFB84B
Black with #CFB84B
Text Example
Text Example
White with #CFB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB84B; }
p { color: rgb(207,184,75); }
H1.HeaderClassName
{
color: #CFB84B;
}
.AnyTagClassName
{
color: #CFB84B;
}
</style>
background-color css
<style>
a { background-color: #CFB84B; }
a { background-color: rgb(207,184,75); }
div.DivClassName
{
background-color: #CFB84B;
}
.BgClassName
{
background-color: #CFB84B;
}
</style>
border-color css
<style>
span { border-color: #CFB84B; }
span { border-color: rgb(207,184,75); }
td.TdClassName
{
border-color: #CFB84B;
}
.TagClassName
{
border-color: #CFB84B;
}
</style>