Shades of Gold Drop #CE6730
Tints of Gold Drop #CE6730
RGB
CMYK
RGB Variations
Color information
#CE6730 (or 0xCE6730) is known color: Gold Drop. HEX triplet: CE, 67 and 30. RGB value is (206,103,48). Sum of RGB (Red+Green+Blue) = 206+103+48=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6730 is #3198CF. Grayscale: #7F7F7F. Windows color (decimal): -3250384 or 3172302. OLE color: 3172302.
HSL color Cylindrical-coordinate representation of color #CE6730: hue angle of 20.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE6730 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 48 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.19 |
| HSL | 20.89º | 0.62% | 0.5% | - |
| HSV(B) | 20.89º | 0.77% | 0.81% | - |
| XYZ | 30.84 | 23.04 | 5.62 | - |
| YUV | 127.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 48 | 0 | 0.50 | 0.77 | 0.19 | 20.89 | 0.62 | 0.5 |
| Hex | CE | 67 | 30 | 0 | 32 | 4D | 13 | 15 | 3E | 32 |
| Octal | 316 | 147 | 60 | 0 | 62 | 115 | 23 | 25 | 76 | 62 |
| Binary | 11001110 | 1100111 | 110000 | 0 | 110010 | 1001101 | 10011 | 10101 | 111110 | 110010 |
Color Harmonies of #CE6730
Complementary color
Monochromatic Colors of #CE6730
Black with #CE6730
Text Example
Text Example
White with #CE6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6730; }
p { color: rgb(206,103,48); }
H1.HeaderClassName
{
color: #CE6730;
}
.AnyTagClassName
{
color: #CE6730;
}
</style>
background-color css
<style>
a { background-color: #CE6730; }
a { background-color: rgb(206,103,48); }
div.DivClassName
{
background-color: #CE6730;
}
.BgClassName
{
background-color: #CE6730;
}
</style>
border-color css
<style>
span { border-color: #CE6730; }
span { border-color: rgb(206,103,48); }
td.TdClassName
{
border-color: #CE6730;
}
.TagClassName
{
border-color: #CE6730;
}
</style>