Shades of Gold Drop #CF6A2E
Tints of Gold Drop #CF6A2E
RGB
CMYK
RGB Variations
Color information
#CF6A2E (or 0xCF6A2E) is known color: Gold Drop. HEX triplet: CF, 6A and 2E. RGB value is (207,106,46). Sum of RGB (Red+Green+Blue) = 207+106+46=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A2E is #3095D1. Grayscale: #818181. Windows color (decimal): -3184082 or 3041999. OLE color: 3041999.
HSL color Cylindrical-coordinate representation of color #CF6A2E: hue angle of 22.36º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF6A2E is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 46 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.19 |
| HSL | 22.36º | 0.64% | 0.5% | - |
| HSV(B) | 22.36º | 0.78% | 0.81% | - |
| XYZ | 31.38 | 23.77 | 5.52 | - |
| YUV | 129.36 | 80.96 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 46 | 0 | 0.49 | 0.78 | 0.19 | 22.36 | 0.64 | 0.5 |
| Hex | CF | 6A | 2E | 0 | 31 | 4E | 13 | 16 | 40 | 32 |
| Octal | 317 | 152 | 56 | 0 | 61 | 116 | 23 | 26 | 100 | 62 |
| Binary | 11001111 | 1101010 | 101110 | 0 | 110001 | 1001110 | 10011 | 10110 | 1000000 | 110010 |
Color Harmonies of #CF6A2E
Complementary color
Monochromatic Colors of #CF6A2E
Black with #CF6A2E
Text Example
Text Example
White with #CF6A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A2E; }
p { color: rgb(207,106,46); }
H1.HeaderClassName
{
color: #CF6A2E;
}
.AnyTagClassName
{
color: #CF6A2E;
}
</style>
background-color css
<style>
a { background-color: #CF6A2E; }
a { background-color: rgb(207,106,46); }
div.DivClassName
{
background-color: #CF6A2E;
}
.BgClassName
{
background-color: #CF6A2E;
}
</style>
border-color css
<style>
span { border-color: #CF6A2E; }
span { border-color: rgb(207,106,46); }
td.TdClassName
{
border-color: #CF6A2E;
}
.TagClassName
{
border-color: #CF6A2E;
}
</style>