Shades of Old Gold #CFAF3C
Tints of Old Gold #CFAF3C
RGB
CMYK
RGB Variations
Color information
#CFAF3C (or 0xCFAF3C) is known color: Old Gold. HEX triplet: CF, AF and 3C. RGB value is (207,175,60). Sum of RGB (Red+Green+Blue) = 207+175+60=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF3C is #3050C3. Grayscale: #ABABAB. Windows color (decimal): -3166404 or 3977167. OLE color: 3977167.
HSL color Cylindrical-coordinate representation of color #CFAF3C: hue angle of 46.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFAF3C is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 60 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.19 |
| HSL | 46.94º | 0.6% | 0.52% | - |
| HSV(B) | 46.94º | 0.71% | 0.81% | - |
| XYZ | 41.88 | 44.25 | 10.61 | - |
| YUV | 171.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 60 | 0 | 0.15 | 0.71 | 0.19 | 46.94 | 0.6 | 0.52 |
| Hex | CF | AF | 3C | 0 | F | 47 | 13 | 2F | 3C | 34 |
| Octal | 317 | 257 | 74 | 0 | 17 | 107 | 23 | 57 | 74 | 64 |
| Binary | 11001111 | 10101111 | 111100 | 0 | 1111 | 1000111 | 10011 | 101111 | 111100 | 110100 |
Color Harmonies of #CFAF3C
Complementary color
Monochromatic Colors of #CFAF3C
Black with #CFAF3C
Text Example
Text Example
White with #CFAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF3C; }
p { color: rgb(207,175,60); }
H1.HeaderClassName
{
color: #CFAF3C;
}
.AnyTagClassName
{
color: #CFAF3C;
}
</style>
background-color css
<style>
a { background-color: #CFAF3C; }
a { background-color: rgb(207,175,60); }
div.DivClassName
{
background-color: #CFAF3C;
}
.BgClassName
{
background-color: #CFAF3C;
}
</style>
border-color css
<style>
span { border-color: #CFAF3C; }
span { border-color: rgb(207,175,60); }
td.TdClassName
{
border-color: #CFAF3C;
}
.TagClassName
{
border-color: #CFAF3C;
}
</style>