Shades of Gold Drop #CE6B32
Tints of Gold Drop #CE6B32
RGB
CMYK
RGB Variations
Color information
#CE6B32 (or 0xCE6B32) is known color: Gold Drop. HEX triplet: CE, 6B and 32. RGB value is (206,107,50). Sum of RGB (Red+Green+Blue) = 206+107+50=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B32 is #3194CD. Grayscale: #828282. Windows color (decimal): -3249358 or 3304398. OLE color: 3304398.
HSL color Cylindrical-coordinate representation of color #CE6B32: hue angle of 21.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE6B32 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 50 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.19 |
| HSL | 21.92º | 0.61% | 0.5% | - |
| HSV(B) | 21.92º | 0.76% | 0.81% | - |
| XYZ | 31.29 | 23.87 | 5.98 | - |
| YUV | 130.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 50 | 0 | 0.48 | 0.76 | 0.19 | 21.92 | 0.61 | 0.5 |
| Hex | CE | 6B | 32 | 0 | 30 | 4C | 13 | 16 | 3D | 32 |
| Octal | 316 | 153 | 62 | 0 | 60 | 114 | 23 | 26 | 75 | 62 |
| Binary | 11001110 | 1101011 | 110010 | 0 | 110000 | 1001100 | 10011 | 10110 | 111101 | 110010 |
Color Harmonies of #CE6B32
Complementary color
Monochromatic Colors of #CE6B32
Black with #CE6B32
Text Example
Text Example
White with #CE6B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B32; }
p { color: rgb(206,107,50); }
H1.HeaderClassName
{
color: #CE6B32;
}
.AnyTagClassName
{
color: #CE6B32;
}
</style>
background-color css
<style>
a { background-color: #CE6B32; }
a { background-color: rgb(206,107,50); }
div.DivClassName
{
background-color: #CE6B32;
}
.BgClassName
{
background-color: #CE6B32;
}
</style>
border-color css
<style>
span { border-color: #CE6B32; }
span { border-color: rgb(206,107,50); }
td.TdClassName
{
border-color: #CE6B32;
}
.TagClassName
{
border-color: #CE6B32;
}
</style>