Shades of Gold Drop #CC662F
Tints of Gold Drop #CC662F
RGB
CMYK
RGB Variations
Color information
#CC662F (or 0xCC662F) is known color: Gold Drop. HEX triplet: CC, 66 and 2F. RGB value is (204,102,47). Sum of RGB (Red+Green+Blue) = 204+102+47=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC662F is #3399D0. Grayscale: #7E7E7E. Windows color (decimal): -3381713 or 3106508. OLE color: 3106508.
HSL color Cylindrical-coordinate representation of color #CC662F: hue angle of 21.02º 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 #CC662F is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 47 | - |
| CMYK | 0 | 0.5 | 0.77 | 0.2 |
| HSL | 21.02º | 0.63% | 0.49% | - |
| HSV(B) | 21.02º | 0.77% | 0.8% | - |
| XYZ | 30.17 | 22.55 | 5.45 | - |
| YUV | 126.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 47 | 0 | 0.5 | 0.77 | 0.2 | 21.02 | 0.63 | 0.49 |
| Hex | CC | 66 | 2F | 0 | 32 | 4D | 14 | 15 | 3F | 31 |
| Octal | 314 | 146 | 57 | 0 | 62 | 115 | 24 | 25 | 77 | 61 |
| Binary | 11001100 | 1100110 | 101111 | 0 | 110010 | 1001101 | 10100 | 10101 | 111111 | 110001 |
Color Harmonies of #CC662F
Complementary color
Monochromatic Colors of #CC662F
Black with #CC662F
Text Example
Text Example
White with #CC662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC662F; }
p { color: rgb(204,102,47); }
H1.HeaderClassName
{
color: #CC662F;
}
.AnyTagClassName
{
color: #CC662F;
}
</style>
background-color css
<style>
a { background-color: #CC662F; }
a { background-color: rgb(204,102,47); }
div.DivClassName
{
background-color: #CC662F;
}
.BgClassName
{
background-color: #CC662F;
}
</style>
border-color css
<style>
span { border-color: #CC662F; }
span { border-color: rgb(204,102,47); }
td.TdClassName
{
border-color: #CC662F;
}
.TagClassName
{
border-color: #CC662F;
}
</style>