Shades of Old Gold #CFBD4B
Tints of Old Gold #CFBD4B
RGB
CMYK
RGB Variations
Color information
#CFBD4B (or 0xCFBD4B) is known color: Old Gold. HEX triplet: CF, BD and 4B. RGB value is (207,189,75). Sum of RGB (Red+Green+Blue) = 207+189+75=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD4B is #3042B4. Grayscale: #B5B5B5. Windows color (decimal): -3162805 or 4963791. OLE color: 4963791.
HSL color Cylindrical-coordinate representation of color #CFBD4B: hue angle of 51.82º 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 #CFBD4B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 75 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.19 |
| HSL | 51.82º | 0.58% | 0.55% | - |
| HSV(B) | 51.82º | 0.64% | 0.81% | - |
| XYZ | 45.2 | 50.17 | 13.96 | - |
| YUV | 181.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 75 | 0 | 0.09 | 0.64 | 0.19 | 51.82 | 0.58 | 0.55 |
| Hex | CF | BD | 4B | 0 | 9 | 40 | 13 | 34 | 3A | 37 |
| Octal | 317 | 275 | 113 | 0 | 11 | 100 | 23 | 64 | 72 | 67 |
| Binary | 11001111 | 10111101 | 1001011 | 0 | 1001 | 1000000 | 10011 | 110100 | 111010 | 110111 |
Color Harmonies of #CFBD4B
Complementary color
Monochromatic Colors of #CFBD4B
Black with #CFBD4B
Text Example
Text Example
White with #CFBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD4B; }
p { color: rgb(207,189,75); }
H1.HeaderClassName
{
color: #CFBD4B;
}
.AnyTagClassName
{
color: #CFBD4B;
}
</style>
background-color css
<style>
a { background-color: #CFBD4B; }
a { background-color: rgb(207,189,75); }
div.DivClassName
{
background-color: #CFBD4B;
}
.BgClassName
{
background-color: #CFBD4B;
}
</style>
border-color css
<style>
span { border-color: #CFBD4B; }
span { border-color: rgb(207,189,75); }
td.TdClassName
{
border-color: #CFBD4B;
}
.TagClassName
{
border-color: #CFBD4B;
}
</style>