Shades of Gold Drop #CE662D
Tints of Gold Drop #CE662D
RGB
CMYK
RGB Variations
Color information
#CE662D (or 0xCE662D) is known color: Gold Drop. HEX triplet: CE, 66 and 2D. RGB value is (206,102,45). Sum of RGB (Red+Green+Blue) = 206+102+45=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE662D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE662D is #3199D2. Grayscale: #7E7E7E. Windows color (decimal): -3250643 or 2975438. OLE color: 2975438.
HSL color Cylindrical-coordinate representation of color #CE662D: hue angle of 21.24º 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 #CE662D is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 45 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.19 |
| HSL | 21.24º | 0.64% | 0.49% | - |
| HSV(B) | 21.24º | 0.78% | 0.81% | - |
| XYZ | 30.68 | 22.81 | 5.27 | - |
| YUV | 126.6 | 81.96 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 45 | 0 | 0.50 | 0.78 | 0.19 | 21.24 | 0.64 | 0.49 |
| Hex | CE | 66 | 2D | 0 | 32 | 4E | 13 | 15 | 40 | 31 |
| Octal | 316 | 146 | 55 | 0 | 62 | 116 | 23 | 25 | 100 | 61 |
| Binary | 11001110 | 1100110 | 101101 | 0 | 110010 | 1001110 | 10011 | 10101 | 1000000 | 110001 |
Color Harmonies of #CE662D
Complementary color
Monochromatic Colors of #CE662D
Black with #CE662D
Text Example
Text Example
White with #CE662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE662D; }
p { color: rgb(206,102,45); }
H1.HeaderClassName
{
color: #CE662D;
}
.AnyTagClassName
{
color: #CE662D;
}
</style>
background-color css
<style>
a { background-color: #CE662D; }
a { background-color: rgb(206,102,45); }
div.DivClassName
{
background-color: #CE662D;
}
.BgClassName
{
background-color: #CE662D;
}
</style>
border-color css
<style>
span { border-color: #CE662D; }
span { border-color: rgb(206,102,45); }
td.TdClassName
{
border-color: #CE662D;
}
.TagClassName
{
border-color: #CE662D;
}
</style>