Shades of Gold Drop #CF682E
Tints of Gold Drop #CF682E
RGB
CMYK
RGB Variations
Color information
#CF682E (or 0xCF682E) is known color: Gold Drop. HEX triplet: CF, 68 and 2E. RGB value is (207,104,46). Sum of RGB (Red+Green+Blue) = 207+104+46=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF682E is #3097D1. Grayscale: #808080. Windows color (decimal): -3184594 or 3041487. OLE color: 3041487.
HSL color Cylindrical-coordinate representation of color #CF682E: hue angle of 21.61º 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 #CF682E is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 46 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.19 |
| HSL | 21.61º | 0.64% | 0.5% | - |
| HSV(B) | 21.61º | 0.78% | 0.81% | - |
| XYZ | 31.18 | 23.36 | 5.45 | - |
| YUV | 128.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 46 | 0 | 0.50 | 0.78 | 0.19 | 21.61 | 0.64 | 0.5 |
| Hex | CF | 68 | 2E | 0 | 32 | 4E | 13 | 16 | 40 | 32 |
| Octal | 317 | 150 | 56 | 0 | 62 | 116 | 23 | 26 | 100 | 62 |
| Binary | 11001111 | 1101000 | 101110 | 0 | 110010 | 1001110 | 10011 | 10110 | 1000000 | 110010 |
Color Harmonies of #CF682E
Complementary color
Monochromatic Colors of #CF682E
Black with #CF682E
Text Example
Text Example
White with #CF682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF682E; }
p { color: rgb(207,104,46); }
H1.HeaderClassName
{
color: #CF682E;
}
.AnyTagClassName
{
color: #CF682E;
}
</style>
background-color css
<style>
a { background-color: #CF682E; }
a { background-color: rgb(207,104,46); }
div.DivClassName
{
background-color: #CF682E;
}
.BgClassName
{
background-color: #CF682E;
}
</style>
border-color css
<style>
span { border-color: #CF682E; }
span { border-color: rgb(207,104,46); }
td.TdClassName
{
border-color: #CF682E;
}
.TagClassName
{
border-color: #CF682E;
}
</style>