Shades of Old Gold #CFB433
Tints of Old Gold #CFB433
RGB
CMYK
RGB Variations
Color information
#CFB433 (or 0xCFB433) is known color: Old Gold. HEX triplet: CF, B4 and 33. RGB value is (207,180,51). Sum of RGB (Red+Green+Blue) = 207+180+51=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB433 is #304BCC. Grayscale: #ADADAD. Windows color (decimal): -3165133 or 3388623. OLE color: 3388623.
HSL color Cylindrical-coordinate representation of color #CFB433: hue angle of 49.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFB433 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 51 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.19 |
| HSL | 49.62º | 0.62% | 0.51% | - |
| HSV(B) | 49.62º | 0.75% | 0.81% | - |
| XYZ | 42.65 | 46.15 | 9.79 | - |
| YUV | 173.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 51 | 0 | 0.13 | 0.75 | 0.19 | 49.62 | 0.62 | 0.51 |
| Hex | CF | B4 | 33 | 0 | D | 4B | 13 | 32 | 3E | 33 |
| Octal | 317 | 264 | 63 | 0 | 15 | 113 | 23 | 62 | 76 | 63 |
| Binary | 11001111 | 10110100 | 110011 | 0 | 1101 | 1001011 | 10011 | 110010 | 111110 | 110011 |
Color Harmonies of #CFB433
Complementary color
Monochromatic Colors of #CFB433
Black with #CFB433
Text Example
Text Example
White with #CFB433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB433; }
p { color: rgb(207,180,51); }
H1.HeaderClassName
{
color: #CFB433;
}
.AnyTagClassName
{
color: #CFB433;
}
</style>
background-color css
<style>
a { background-color: #CFB433; }
a { background-color: rgb(207,180,51); }
div.DivClassName
{
background-color: #CFB433;
}
.BgClassName
{
background-color: #CFB433;
}
</style>
border-color css
<style>
span { border-color: #CFB433; }
span { border-color: rgb(207,180,51); }
td.TdClassName
{
border-color: #CFB433;
}
.TagClassName
{
border-color: #CFB433;
}
</style>