Shades of Gold Drop #CE6A2C
Tints of Gold Drop #CE6A2C
RGB
CMYK
RGB Variations
Color information
#CE6A2C (or 0xCE6A2C) is known color: Gold Drop. HEX triplet: CE, 6A and 2C. RGB value is (206,106,44). Sum of RGB (Red+Green+Blue) = 206+106+44=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A2C is #3195D3. Grayscale: #818181. Windows color (decimal): -3249620 or 2910926. OLE color: 2910926.
HSL color Cylindrical-coordinate representation of color #CE6A2C: hue angle of 22.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE6A2C is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 44 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.19 |
| HSL | 22.96º | 0.65% | 0.49% | - |
| HSV(B) | 22.96º | 0.79% | 0.81% | - |
| XYZ | 31.06 | 23.61 | 5.3 | - |
| YUV | 128.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 44 | 0 | 0.49 | 0.79 | 0.19 | 22.96 | 0.65 | 0.49 |
| Hex | CE | 6A | 2C | 0 | 31 | 4F | 13 | 17 | 41 | 31 |
| Octal | 316 | 152 | 54 | 0 | 61 | 117 | 23 | 27 | 101 | 61 |
| Binary | 11001110 | 1101010 | 101100 | 0 | 110001 | 1001111 | 10011 | 10111 | 1000001 | 110001 |
Color Harmonies of #CE6A2C
Complementary color
Monochromatic Colors of #CE6A2C
Black with #CE6A2C
Text Example
Text Example
White with #CE6A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A2C; }
p { color: rgb(206,106,44); }
H1.HeaderClassName
{
color: #CE6A2C;
}
.AnyTagClassName
{
color: #CE6A2C;
}
</style>
background-color css
<style>
a { background-color: #CE6A2C; }
a { background-color: rgb(206,106,44); }
div.DivClassName
{
background-color: #CE6A2C;
}
.BgClassName
{
background-color: #CE6A2C;
}
</style>
border-color css
<style>
span { border-color: #CE6A2C; }
span { border-color: rgb(206,106,44); }
td.TdClassName
{
border-color: #CE6A2C;
}
.TagClassName
{
border-color: #CE6A2C;
}
</style>