Shades of Gold Drop #CE6832
Tints of Gold Drop #CE6832
RGB
CMYK
RGB Variations
Color information
#CE6832 (or 0xCE6832) is known color: Gold Drop. HEX triplet: CE, 68 and 32. RGB value is (206,104,50). Sum of RGB (Red+Green+Blue) = 206+104+50=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6832 is #3197CD. Grayscale: #808080. Windows color (decimal): -3250126 or 3303630. OLE color: 3303630.
HSL color Cylindrical-coordinate representation of color #CE6832: hue angle of 20.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE6832 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 50 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.19 |
| HSL | 20.77º | 0.61% | 0.5% | - |
| HSV(B) | 20.77º | 0.76% | 0.81% | - |
| XYZ | 30.98 | 23.25 | 5.87 | - |
| YUV | 128.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 50 | 0 | 0.50 | 0.76 | 0.19 | 20.77 | 0.61 | 0.5 |
| Hex | CE | 68 | 32 | 0 | 32 | 4C | 13 | 15 | 3D | 32 |
| Octal | 316 | 150 | 62 | 0 | 62 | 114 | 23 | 25 | 75 | 62 |
| Binary | 11001110 | 1101000 | 110010 | 0 | 110010 | 1001100 | 10011 | 10101 | 111101 | 110010 |
Color Harmonies of #CE6832
Complementary color
Monochromatic Colors of #CE6832
Black with #CE6832
Text Example
Text Example
White with #CE6832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6832; }
p { color: rgb(206,104,50); }
H1.HeaderClassName
{
color: #CE6832;
}
.AnyTagClassName
{
color: #CE6832;
}
</style>
background-color css
<style>
a { background-color: #CE6832; }
a { background-color: rgb(206,104,50); }
div.DivClassName
{
background-color: #CE6832;
}
.BgClassName
{
background-color: #CE6832;
}
</style>
border-color css
<style>
span { border-color: #CE6832; }
span { border-color: rgb(206,104,50); }
td.TdClassName
{
border-color: #CE6832;
}
.TagClassName
{
border-color: #CE6832;
}
</style>