Shades of Gold Drop #CC6931
Tints of Gold Drop #CC6931
RGB
CMYK
RGB Variations
Color information
#CC6931 (or 0xCC6931) is known color: Gold Drop. HEX triplet: CC, 69 and 31. RGB value is (204,105,49). Sum of RGB (Red+Green+Blue) = 204+105+49=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6931 is #3396CE. Grayscale: #808080. Windows color (decimal): -3380943 or 3238348. OLE color: 3238348.
HSL color Cylindrical-coordinate representation of color #CC6931: hue angle of 21.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC6931 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 49 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.2 |
| HSL | 21.68º | 0.61% | 0.5% | - |
| HSV(B) | 21.68º | 0.76% | 0.8% | - |
| XYZ | 30.51 | 23.16 | 5.77 | - |
| YUV | 128.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 49 | 0 | 0.49 | 0.76 | 0.2 | 21.68 | 0.61 | 0.5 |
| Hex | CC | 69 | 31 | 0 | 31 | 4C | 14 | 16 | 3D | 32 |
| Octal | 314 | 151 | 61 | 0 | 61 | 114 | 24 | 26 | 75 | 62 |
| Binary | 11001100 | 1101001 | 110001 | 0 | 110001 | 1001100 | 10100 | 10110 | 111101 | 110010 |
Color Harmonies of #CC6931
Complementary color
Monochromatic Colors of #CC6931
Black with #CC6931
Text Example
Text Example
White with #CC6931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6931; }
p { color: rgb(204,105,49); }
H1.HeaderClassName
{
color: #CC6931;
}
.AnyTagClassName
{
color: #CC6931;
}
</style>
background-color css
<style>
a { background-color: #CC6931; }
a { background-color: rgb(204,105,49); }
div.DivClassName
{
background-color: #CC6931;
}
.BgClassName
{
background-color: #CC6931;
}
</style>
border-color css
<style>
span { border-color: #CC6931; }
span { border-color: rgb(204,105,49); }
td.TdClassName
{
border-color: #CC6931;
}
.TagClassName
{
border-color: #CC6931;
}
</style>