Shades of Gold Drop #CE652D
Tints of Gold Drop #CE652D
RGB
CMYK
RGB Variations
Color information
#CE652D (or 0xCE652D) is known color: Gold Drop. HEX triplet: CE, 65 and 2D. RGB value is (206,101,45). Sum of RGB (Red+Green+Blue) = 206+101+45=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE652D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE652D is #319AD2. Grayscale: #7E7E7E. Windows color (decimal): -3250899 or 2975182. OLE color: 2975182.
HSL color Cylindrical-coordinate representation of color #CE652D: hue angle of 20.87º 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 #CE652D is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 45 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.19 |
| HSL | 20.87º | 0.64% | 0.49% | - |
| HSV(B) | 20.87º | 0.78% | 0.81% | - |
| XYZ | 30.58 | 22.62 | 5.24 | - |
| YUV | 126.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 45 | 0 | 0.51 | 0.78 | 0.19 | 20.87 | 0.64 | 0.49 |
| Hex | CE | 65 | 2D | 0 | 33 | 4E | 13 | 15 | 40 | 31 |
| Octal | 316 | 145 | 55 | 0 | 63 | 116 | 23 | 25 | 100 | 61 |
| Binary | 11001110 | 1100101 | 101101 | 0 | 110011 | 1001110 | 10011 | 10101 | 1000000 | 110001 |
Color Harmonies of #CE652D
Complementary color
Monochromatic Colors of #CE652D
Black with #CE652D
Text Example
Text Example
White with #CE652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE652D; }
p { color: rgb(206,101,45); }
H1.HeaderClassName
{
color: #CE652D;
}
.AnyTagClassName
{
color: #CE652D;
}
</style>
background-color css
<style>
a { background-color: #CE652D; }
a { background-color: rgb(206,101,45); }
div.DivClassName
{
background-color: #CE652D;
}
.BgClassName
{
background-color: #CE652D;
}
</style>
border-color css
<style>
span { border-color: #CE652D; }
span { border-color: rgb(206,101,45); }
td.TdClassName
{
border-color: #CE652D;
}
.TagClassName
{
border-color: #CE652D;
}
</style>