Shades of Gold Drop #CC682E
Tints of Gold Drop #CC682E
RGB
CMYK
RGB Variations
Color information
#CC682E (or 0xCC682E) is known color: Gold Drop. HEX triplet: CC, 68 and 2E. RGB value is (204,104,46). Sum of RGB (Red+Green+Blue) = 204+104+46=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC682E is #3397D1. Grayscale: #7F7F7F. Windows color (decimal): -3381202 or 3041484. OLE color: 3041484.
HSL color Cylindrical-coordinate representation of color #CC682E: hue angle of 22.03º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC682E is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 46 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.2 |
| HSL | 22.03º | 0.63% | 0.49% | - |
| HSV(B) | 22.03º | 0.77% | 0.8% | - |
| XYZ | 30.35 | 22.94 | 5.41 | - |
| YUV | 127.29 | 82.13 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 46 | 0 | 0.49 | 0.77 | 0.2 | 22.03 | 0.63 | 0.49 |
| Hex | CC | 68 | 2E | 0 | 31 | 4D | 14 | 16 | 3F | 31 |
| Octal | 314 | 150 | 56 | 0 | 61 | 115 | 24 | 26 | 77 | 61 |
| Binary | 11001100 | 1101000 | 101110 | 0 | 110001 | 1001101 | 10100 | 10110 | 111111 | 110001 |
Color Harmonies of #CC682E
Complementary color
Monochromatic Colors of #CC682E
Black with #CC682E
Text Example
Text Example
White with #CC682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC682E; }
p { color: rgb(204,104,46); }
H1.HeaderClassName
{
color: #CC682E;
}
.AnyTagClassName
{
color: #CC682E;
}
</style>
background-color css
<style>
a { background-color: #CC682E; }
a { background-color: rgb(204,104,46); }
div.DivClassName
{
background-color: #CC682E;
}
.BgClassName
{
background-color: #CC682E;
}
</style>
border-color css
<style>
span { border-color: #CC682E; }
span { border-color: rgb(204,104,46); }
td.TdClassName
{
border-color: #CC682E;
}
.TagClassName
{
border-color: #CC682E;
}
</style>