Shades of Gold Drop #CE6936
Tints of Gold Drop #CE6936
RGB
CMYK
RGB Variations
Color information
#CE6936 (or 0xCE6936) is known color: Gold Drop. HEX triplet: CE, 69 and 36. RGB value is (206,105,54). Sum of RGB (Red+Green+Blue) = 206+105+54=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6936 is #3196C9. Grayscale: #818181. Windows color (decimal): -3249866 or 3566030. OLE color: 3566030.
HSL color Cylindrical-coordinate representation of color #CE6936: hue angle of 20.13º 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 #CE6936 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 54 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.19 |
| HSL | 20.13º | 0.61% | 0.51% | - |
| HSV(B) | 20.13º | 0.74% | 0.81% | - |
| XYZ | 31.17 | 23.49 | 6.38 | - |
| YUV | 129.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 54 | 0 | 0.49 | 0.74 | 0.19 | 20.13 | 0.61 | 0.51 |
| Hex | CE | 69 | 36 | 0 | 31 | 4A | 13 | 14 | 3D | 33 |
| Octal | 316 | 151 | 66 | 0 | 61 | 112 | 23 | 24 | 75 | 63 |
| Binary | 11001110 | 1101001 | 110110 | 0 | 110001 | 1001010 | 10011 | 10100 | 111101 | 110011 |
Color Harmonies of #CE6936
Complementary color
Monochromatic Colors of #CE6936
Black with #CE6936
Text Example
Text Example
White with #CE6936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6936; }
p { color: rgb(206,105,54); }
H1.HeaderClassName
{
color: #CE6936;
}
.AnyTagClassName
{
color: #CE6936;
}
</style>
background-color css
<style>
a { background-color: #CE6936; }
a { background-color: rgb(206,105,54); }
div.DivClassName
{
background-color: #CE6936;
}
.BgClassName
{
background-color: #CE6936;
}
</style>
border-color css
<style>
span { border-color: #CE6936; }
span { border-color: rgb(206,105,54); }
td.TdClassName
{
border-color: #CE6936;
}
.TagClassName
{
border-color: #CE6936;
}
</style>