Shades of Gold Drop #CE682D
Tints of Gold Drop #CE682D
RGB
CMYK
RGB Variations
Color information
#CE682D (or 0xCE682D) is known color: Gold Drop. HEX triplet: CE, 68 and 2D. RGB value is (206,104,45). Sum of RGB (Red+Green+Blue) = 206+104+45=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE682D is #3197D2. Grayscale: #808080. Windows color (decimal): -3250131 or 2975950. OLE color: 2975950.
HSL color Cylindrical-coordinate representation of color #CE682D: hue angle of 21.99º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE682D is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 45 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.19 |
| HSL | 21.99º | 0.64% | 0.49% | - |
| HSV(B) | 21.99º | 0.78% | 0.81% | - |
| XYZ | 30.88 | 23.21 | 5.34 | - |
| YUV | 127.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 45 | 0 | 0.50 | 0.78 | 0.19 | 21.99 | 0.64 | 0.49 |
| Hex | CE | 68 | 2D | 0 | 32 | 4E | 13 | 16 | 40 | 31 |
| Octal | 316 | 150 | 55 | 0 | 62 | 116 | 23 | 26 | 100 | 61 |
| Binary | 11001110 | 1101000 | 101101 | 0 | 110010 | 1001110 | 10011 | 10110 | 1000000 | 110001 |
Color Harmonies of #CE682D
Complementary color
Monochromatic Colors of #CE682D
Black with #CE682D
Text Example
Text Example
White with #CE682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE682D; }
p { color: rgb(206,104,45); }
H1.HeaderClassName
{
color: #CE682D;
}
.AnyTagClassName
{
color: #CE682D;
}
</style>
background-color css
<style>
a { background-color: #CE682D; }
a { background-color: rgb(206,104,45); }
div.DivClassName
{
background-color: #CE682D;
}
.BgClassName
{
background-color: #CE682D;
}
</style>
border-color css
<style>
span { border-color: #CE682D; }
span { border-color: rgb(206,104,45); }
td.TdClassName
{
border-color: #CE682D;
}
.TagClassName
{
border-color: #CE682D;
}
</style>