Shades of Old Gold #CFB142
Tints of Old Gold #CFB142
RGB
CMYK
RGB Variations
Color information
#CFB142 (or 0xCFB142) is known color: Old Gold. HEX triplet: CF, B1 and 42. RGB value is (207,177,66). Sum of RGB (Red+Green+Blue) = 207+177+66=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB142 is #304EBD. Grayscale: #ADADAD. Windows color (decimal): -3165886 or 4370895. OLE color: 4370895.
HSL color Cylindrical-coordinate representation of color #CFB142: hue angle of 47.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFB142 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 66 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.19 |
| HSL | 47.23º | 0.59% | 0.54% | - |
| HSV(B) | 47.23º | 0.68% | 0.81% | - |
| XYZ | 42.44 | 45.1 | 11.62 | - |
| YUV | 173.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 66 | 0 | 0.14 | 0.68 | 0.19 | 47.23 | 0.59 | 0.54 |
| Hex | CF | B1 | 42 | 0 | E | 44 | 13 | 2F | 3B | 36 |
| Octal | 317 | 261 | 102 | 0 | 16 | 104 | 23 | 57 | 73 | 66 |
| Binary | 11001111 | 10110001 | 1000010 | 0 | 1110 | 1000100 | 10011 | 101111 | 111011 | 110110 |
Color Harmonies of #CFB142
Complementary color
Monochromatic Colors of #CFB142
Black with #CFB142
Text Example
Text Example
White with #CFB142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB142; }
p { color: rgb(207,177,66); }
H1.HeaderClassName
{
color: #CFB142;
}
.AnyTagClassName
{
color: #CFB142;
}
</style>
background-color css
<style>
a { background-color: #CFB142; }
a { background-color: rgb(207,177,66); }
div.DivClassName
{
background-color: #CFB142;
}
.BgClassName
{
background-color: #CFB142;
}
</style>
border-color css
<style>
span { border-color: #CFB142; }
span { border-color: rgb(207,177,66); }
td.TdClassName
{
border-color: #CFB142;
}
.TagClassName
{
border-color: #CFB142;
}
</style>