Shades of Gold Drop #CE6B2B
Tints of Gold Drop #CE6B2B
RGB
CMYK
RGB Variations
Color information
#CE6B2B (or 0xCE6B2B) is known color: Gold Drop. HEX triplet: CE, 6B and 2B. RGB value is (206,107,43). Sum of RGB (Red+Green+Blue) = 206+107+43=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B2B is #3194D4. Grayscale: #818181. Windows color (decimal): -3249365 or 2845646. OLE color: 2845646.
HSL color Cylindrical-coordinate representation of color #CE6B2B: hue angle of 23.56º 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 #CE6B2B is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 43 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.19 |
| HSL | 23.56º | 0.65% | 0.49% | - |
| HSV(B) | 23.56º | 0.79% | 0.81% | - |
| XYZ | 31.15 | 23.81 | 5.24 | - |
| YUV | 129.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 43 | 0 | 0.48 | 0.79 | 0.19 | 23.56 | 0.65 | 0.49 |
| Hex | CE | 6B | 2B | 0 | 30 | 4F | 13 | 18 | 41 | 31 |
| Octal | 316 | 153 | 53 | 0 | 60 | 117 | 23 | 30 | 101 | 61 |
| Binary | 11001110 | 1101011 | 101011 | 0 | 110000 | 1001111 | 10011 | 11000 | 1000001 | 110001 |
Color Harmonies of #CE6B2B
Complementary color
Monochromatic Colors of #CE6B2B
Black with #CE6B2B
Text Example
Text Example
White with #CE6B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B2B; }
p { color: rgb(206,107,43); }
H1.HeaderClassName
{
color: #CE6B2B;
}
.AnyTagClassName
{
color: #CE6B2B;
}
</style>
background-color css
<style>
a { background-color: #CE6B2B; }
a { background-color: rgb(206,107,43); }
div.DivClassName
{
background-color: #CE6B2B;
}
.BgClassName
{
background-color: #CE6B2B;
}
</style>
border-color css
<style>
span { border-color: #CE6B2B; }
span { border-color: rgb(206,107,43); }
td.TdClassName
{
border-color: #CE6B2B;
}
.TagClassName
{
border-color: #CE6B2B;
}
</style>