Shades of Gold Drop #CC662C
Tints of Gold Drop #CC662C
RGB
CMYK
RGB Variations
Color information
#CC662C (or 0xCC662C) is known color: Gold Drop. HEX triplet: CC, 66 and 2C. RGB value is (204,102,44). Sum of RGB (Red+Green+Blue) = 204+102+44=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC662C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC662C is #3399D3. Grayscale: #7E7E7E. Windows color (decimal): -3381716 or 2909900. OLE color: 2909900.
HSL color Cylindrical-coordinate representation of color #CC662C: hue angle of 21.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC662C is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 44 | - |
| CMYK | 0 | 0.5 | 0.78 | 0.2 |
| HSL | 21.75º | 0.65% | 0.49% | - |
| HSV(B) | 21.75º | 0.78% | 0.8% | - |
| XYZ | 30.11 | 22.52 | 5.14 | - |
| YUV | 125.89 | 81.79 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 44 | 0 | 0.5 | 0.78 | 0.2 | 21.75 | 0.65 | 0.49 |
| Hex | CC | 66 | 2C | 0 | 32 | 4E | 14 | 16 | 41 | 31 |
| Octal | 314 | 146 | 54 | 0 | 62 | 116 | 24 | 26 | 101 | 61 |
| Binary | 11001100 | 1100110 | 101100 | 0 | 110010 | 1001110 | 10100 | 10110 | 1000001 | 110001 |
Color Harmonies of #CC662C
Complementary color
Monochromatic Colors of #CC662C
Black with #CC662C
Text Example
Text Example
White with #CC662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC662C; }
p { color: rgb(204,102,44); }
H1.HeaderClassName
{
color: #CC662C;
}
.AnyTagClassName
{
color: #CC662C;
}
</style>
background-color css
<style>
a { background-color: #CC662C; }
a { background-color: rgb(204,102,44); }
div.DivClassName
{
background-color: #CC662C;
}
.BgClassName
{
background-color: #CC662C;
}
</style>
border-color css
<style>
span { border-color: #CC662C; }
span { border-color: rgb(204,102,44); }
td.TdClassName
{
border-color: #CC662C;
}
.TagClassName
{
border-color: #CC662C;
}
</style>