Shades of Tacha #CEBD65
Tints of Tacha #CEBD65
RGB
CMYK
RGB Variations
Color information
#CEBD65 (or 0xCEBD65) is known color: Tacha. HEX triplet: CE, BD and 65. RGB value is (206,189,101). Sum of RGB (Red+Green+Blue) = 206+189+101=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD65 is #31429A. Grayscale: #B8B8B8. Windows color (decimal): -3228315 or 6667726. OLE color: 6667726.
HSL color Cylindrical-coordinate representation of color #CEBD65: hue angle of 50.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEBD65 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 101 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.19 |
| HSL | 50.29º | 0.52% | 0.6% | - |
| HSV(B) | 50.29º | 0.51% | 0.81% | - |
| XYZ | 46 | 50.46 | 19.63 | - |
| YUV | 184.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 101 | 0 | 0.08 | 0.51 | 0.19 | 50.29 | 0.52 | 0.6 |
| Hex | CE | BD | 65 | 0 | 8 | 33 | 13 | 32 | 34 | 3C |
| Octal | 316 | 275 | 145 | 0 | 10 | 63 | 23 | 62 | 64 | 74 |
| Binary | 11001110 | 10111101 | 1100101 | 0 | 1000 | 110011 | 10011 | 110010 | 110100 | 111100 |
Color Harmonies of #CEBD65
Complementary color
Monochromatic Colors of #CEBD65
Black with #CEBD65
Text Example
Text Example
White with #CEBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD65; }
p { color: rgb(206,189,101); }
H1.HeaderClassName
{
color: #CEBD65;
}
.AnyTagClassName
{
color: #CEBD65;
}
</style>
background-color css
<style>
a { background-color: #CEBD65; }
a { background-color: rgb(206,189,101); }
div.DivClassName
{
background-color: #CEBD65;
}
.BgClassName
{
background-color: #CEBD65;
}
</style>
border-color css
<style>
span { border-color: #CEBD65; }
span { border-color: rgb(206,189,101); }
td.TdClassName
{
border-color: #CEBD65;
}
.TagClassName
{
border-color: #CEBD65;
}
</style>