Shades of Gold Drop #CE6835
Tints of Gold Drop #CE6835
RGB
CMYK
RGB Variations
Color information
#CE6835 (or 0xCE6835) is known color: Gold Drop. HEX triplet: CE, 68 and 35. RGB value is (206,104,53). Sum of RGB (Red+Green+Blue) = 206+104+53=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6835 is #3197CA. Grayscale: #808080. Windows color (decimal): -3250123 or 3500238. OLE color: 3500238.
HSL color Cylindrical-coordinate representation of color #CE6835: hue angle of 20º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE6835 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 53 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.19 |
| HSL | 20º | 0.61% | 0.51% | - |
| HSV(B) | 20º | 0.74% | 0.81% | - |
| XYZ | 31.05 | 23.28 | 6.23 | - |
| YUV | 128.68 | 85.29 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 53 | 0 | 0.50 | 0.74 | 0.19 | 20 | 0.61 | 0.51 |
| Hex | CE | 68 | 35 | 0 | 32 | 4A | 13 | 14 | 3D | 33 |
| Octal | 316 | 150 | 65 | 0 | 62 | 112 | 23 | 24 | 75 | 63 |
| Binary | 11001110 | 1101000 | 110101 | 0 | 110010 | 1001010 | 10011 | 10100 | 111101 | 110011 |
Color Harmonies of #CE6835
Complementary color
Monochromatic Colors of #CE6835
Black with #CE6835
Text Example
Text Example
White with #CE6835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6835; }
p { color: rgb(206,104,53); }
H1.HeaderClassName
{
color: #CE6835;
}
.AnyTagClassName
{
color: #CE6835;
}
</style>
background-color css
<style>
a { background-color: #CE6835; }
a { background-color: rgb(206,104,53); }
div.DivClassName
{
background-color: #CE6835;
}
.BgClassName
{
background-color: #CE6835;
}
</style>
border-color css
<style>
span { border-color: #CE6835; }
span { border-color: rgb(206,104,53); }
td.TdClassName
{
border-color: #CE6835;
}
.TagClassName
{
border-color: #CE6835;
}
</style>