Shades of Gold Drop #CC662D
Tints of Gold Drop #CC662D
RGB
CMYK
RGB Variations
Color information
#CC662D (or 0xCC662D) is known color: Gold Drop. HEX triplet: CC, 66 and 2D. RGB value is (204,102,45). Sum of RGB (Red+Green+Blue) = 204+102+45=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC662D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC662D is #3399D2. Grayscale: #7E7E7E. Windows color (decimal): -3381715 or 2975436. OLE color: 2975436.
HSL color Cylindrical-coordinate representation of color #CC662D: hue angle of 21.51º degrees, saturation: 0.64, 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 #CC662D is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 45 | - |
| CMYK | 0 | 0.5 | 0.78 | 0.2 |
| HSL | 21.51º | 0.64% | 0.49% | - |
| HSV(B) | 21.51º | 0.78% | 0.8% | - |
| XYZ | 30.13 | 22.53 | 5.24 | - |
| YUV | 126 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 45 | 0 | 0.5 | 0.78 | 0.2 | 21.51 | 0.64 | 0.49 |
| Hex | CC | 66 | 2D | 0 | 32 | 4E | 14 | 16 | 40 | 31 |
| Octal | 314 | 146 | 55 | 0 | 62 | 116 | 24 | 26 | 100 | 61 |
| Binary | 11001100 | 1100110 | 101101 | 0 | 110010 | 1001110 | 10100 | 10110 | 1000000 | 110001 |
Color Harmonies of #CC662D
Complementary color
Monochromatic Colors of #CC662D
Black with #CC662D
Text Example
Text Example
White with #CC662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC662D; }
p { color: rgb(204,102,45); }
H1.HeaderClassName
{
color: #CC662D;
}
.AnyTagClassName
{
color: #CC662D;
}
</style>
background-color css
<style>
a { background-color: #CC662D; }
a { background-color: rgb(204,102,45); }
div.DivClassName
{
background-color: #CC662D;
}
.BgClassName
{
background-color: #CC662D;
}
</style>
border-color css
<style>
span { border-color: #CC662D; }
span { border-color: rgb(204,102,45); }
td.TdClassName
{
border-color: #CC662D;
}
.TagClassName
{
border-color: #CC662D;
}
</style>