Shades of Gold Drop #CE6A2F
Tints of Gold Drop #CE6A2F
RGB
CMYK
RGB Variations
Color information
#CE6A2F (or 0xCE6A2F) is known color: Gold Drop. HEX triplet: CE, 6A and 2F. RGB value is (206,106,47). Sum of RGB (Red+Green+Blue) = 206+106+47=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A2F is #3195D0. Grayscale: #818181. Windows color (decimal): -3249617 or 3107534. OLE color: 3107534.
HSL color Cylindrical-coordinate representation of color #CE6A2F: hue angle of 22.26º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE6A2F is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 47 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.19 |
| HSL | 22.26º | 0.63% | 0.5% | - |
| HSV(B) | 22.26º | 0.77% | 0.81% | - |
| XYZ | 31.12 | 23.64 | 5.61 | - |
| YUV | 129.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 47 | 0 | 0.49 | 0.77 | 0.19 | 22.26 | 0.63 | 0.5 |
| Hex | CE | 6A | 2F | 0 | 31 | 4D | 13 | 16 | 3F | 32 |
| Octal | 316 | 152 | 57 | 0 | 61 | 115 | 23 | 26 | 77 | 62 |
| Binary | 11001110 | 1101010 | 101111 | 0 | 110001 | 1001101 | 10011 | 10110 | 111111 | 110010 |
Color Harmonies of #CE6A2F
Complementary color
Monochromatic Colors of #CE6A2F
Black with #CE6A2F
Text Example
Text Example
White with #CE6A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A2F; }
p { color: rgb(206,106,47); }
H1.HeaderClassName
{
color: #CE6A2F;
}
.AnyTagClassName
{
color: #CE6A2F;
}
</style>
background-color css
<style>
a { background-color: #CE6A2F; }
a { background-color: rgb(206,106,47); }
div.DivClassName
{
background-color: #CE6A2F;
}
.BgClassName
{
background-color: #CE6A2F;
}
</style>
border-color css
<style>
span { border-color: #CE6A2F; }
span { border-color: rgb(206,106,47); }
td.TdClassName
{
border-color: #CE6A2F;
}
.TagClassName
{
border-color: #CE6A2F;
}
</style>