Shades of Gold Drop #CE662C
Tints of Gold Drop #CE662C
RGB
CMYK
RGB Variations
Color information
#CE662C (or 0xCE662C) is known color: Gold Drop. HEX triplet: CE, 66 and 2C. RGB value is (206,102,44). Sum of RGB (Red+Green+Blue) = 206+102+44=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE662C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE662C is #3199D3. Grayscale: #7E7E7E. Windows color (decimal): -3250644 or 2909902. OLE color: 2909902.
HSL color Cylindrical-coordinate representation of color #CE662C: hue angle of 21.48º 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 #CE662C is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 44 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.19 |
| HSL | 21.48º | 0.65% | 0.49% | - |
| HSV(B) | 21.48º | 0.79% | 0.81% | - |
| XYZ | 30.66 | 22.81 | 5.17 | - |
| YUV | 126.48 | 81.46 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 44 | 0 | 0.50 | 0.79 | 0.19 | 21.48 | 0.65 | 0.49 |
| Hex | CE | 66 | 2C | 0 | 32 | 4F | 13 | 15 | 41 | 31 |
| Octal | 316 | 146 | 54 | 0 | 62 | 117 | 23 | 25 | 101 | 61 |
| Binary | 11001110 | 1100110 | 101100 | 0 | 110010 | 1001111 | 10011 | 10101 | 1000001 | 110001 |
Color Harmonies of #CE662C
Complementary color
Monochromatic Colors of #CE662C
Black with #CE662C
Text Example
Text Example
White with #CE662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE662C; }
p { color: rgb(206,102,44); }
H1.HeaderClassName
{
color: #CE662C;
}
.AnyTagClassName
{
color: #CE662C;
}
</style>
background-color css
<style>
a { background-color: #CE662C; }
a { background-color: rgb(206,102,44); }
div.DivClassName
{
background-color: #CE662C;
}
.BgClassName
{
background-color: #CE662C;
}
</style>
border-color css
<style>
span { border-color: #CE662C; }
span { border-color: rgb(206,102,44); }
td.TdClassName
{
border-color: #CE662C;
}
.TagClassName
{
border-color: #CE662C;
}
</style>