Shades of Gold Drop #CC682B
Tints of Gold Drop #CC682B
RGB
CMYK
RGB Variations
Color information
#CC682B (or 0xCC682B) is known color: Gold Drop. HEX triplet: CC, 68 and 2B. RGB value is (204,104,43). Sum of RGB (Red+Green+Blue) = 204+104+43=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC682B is #3397D4. Grayscale: #7F7F7F. Windows color (decimal): -3381205 or 2844876. OLE color: 2844876.
HSL color Cylindrical-coordinate representation of color #CC682B: hue angle of 22.73º degrees, saturation: 0.65, 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 #CC682B is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 43 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.2 |
| HSL | 22.73º | 0.65% | 0.48% | - |
| HSV(B) | 22.73º | 0.79% | 0.8% | - |
| XYZ | 30.29 | 22.91 | 5.11 | - |
| YUV | 126.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 43 | 0 | 0.49 | 0.79 | 0.2 | 22.73 | 0.65 | 0.48 |
| Hex | CC | 68 | 2B | 0 | 31 | 4F | 14 | 17 | 41 | 30 |
| Octal | 314 | 150 | 53 | 0 | 61 | 117 | 24 | 27 | 101 | 60 |
| Binary | 11001100 | 1101000 | 101011 | 0 | 110001 | 1001111 | 10100 | 10111 | 1000001 | 110000 |
Color Harmonies of #CC682B
Complementary color
Monochromatic Colors of #CC682B
Black with #CC682B
Text Example
Text Example
White with #CC682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC682B; }
p { color: rgb(204,104,43); }
H1.HeaderClassName
{
color: #CC682B;
}
.AnyTagClassName
{
color: #CC682B;
}
</style>
background-color css
<style>
a { background-color: #CC682B; }
a { background-color: rgb(204,104,43); }
div.DivClassName
{
background-color: #CC682B;
}
.BgClassName
{
background-color: #CC682B;
}
</style>
border-color css
<style>
span { border-color: #CC682B; }
span { border-color: rgb(204,104,43); }
td.TdClassName
{
border-color: #CC682B;
}
.TagClassName
{
border-color: #CC682B;
}
</style>