Shades of Gold Drop #CC682A
Tints of Gold Drop #CC682A
RGB
CMYK
RGB Variations
Color information
#CC682A (or 0xCC682A) is known color: Gold Drop. HEX triplet: CC, 68 and 2A. RGB value is (204,104,42). Sum of RGB (Red+Green+Blue) = 204+104+42=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC682A is #3397D5. Grayscale: #7F7F7F. Windows color (decimal): -3381206 or 2779340. OLE color: 2779340.
HSL color Cylindrical-coordinate representation of color #CC682A: hue angle of 22.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC682A is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 42 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.2 |
| HSL | 22.96º | 0.66% | 0.48% | - |
| HSV(B) | 22.96º | 0.79% | 0.8% | - |
| XYZ | 30.27 | 22.91 | 5.02 | - |
| YUV | 126.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 42 | 0 | 0.49 | 0.79 | 0.2 | 22.96 | 0.66 | 0.48 |
| Hex | CC | 68 | 2A | 0 | 31 | 4F | 14 | 17 | 42 | 30 |
| Octal | 314 | 150 | 52 | 0 | 61 | 117 | 24 | 27 | 102 | 60 |
| Binary | 11001100 | 1101000 | 101010 | 0 | 110001 | 1001111 | 10100 | 10111 | 1000010 | 110000 |
Color Harmonies of #CC682A
Complementary color
Monochromatic Colors of #CC682A
Black with #CC682A
Text Example
Text Example
White with #CC682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC682A; }
p { color: rgb(204,104,42); }
H1.HeaderClassName
{
color: #CC682A;
}
.AnyTagClassName
{
color: #CC682A;
}
</style>
background-color css
<style>
a { background-color: #CC682A; }
a { background-color: rgb(204,104,42); }
div.DivClassName
{
background-color: #CC682A;
}
.BgClassName
{
background-color: #CC682A;
}
</style>
border-color css
<style>
span { border-color: #CC682A; }
span { border-color: rgb(204,104,42); }
td.TdClassName
{
border-color: #CC682A;
}
.TagClassName
{
border-color: #CC682A;
}
</style>