Shades of Tacha #CDBC6E
Tints of Tacha #CDBC6E
RGB
CMYK
RGB Variations
Color information
#CDBC6E (or 0xCDBC6E) is known color: Tacha. HEX triplet: CD, BC and 6E. RGB value is (205,188,110). Sum of RGB (Red+Green+Blue) = 205+188+110=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBC6E is #324391. Grayscale: #B8B8B8. Windows color (decimal): -3294098 or 7257293. OLE color: 7257293.
HSL color Cylindrical-coordinate representation of color #CDBC6E: hue angle of 49.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDBC6E is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 110 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.20 |
| HSL | 49.26º | 0.49% | 0.62% | - |
| HSV(B) | 49.26º | 0.46% | 0.8% | - |
| XYZ | 45.97 | 50.07 | 21.99 | - |
| YUV | 184.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 110 | 0 | 0.08 | 0.46 | 0.20 | 49.26 | 0.49 | 0.62 |
| Hex | CD | BC | 6E | 0 | 8 | 2E | 14 | 31 | 31 | 3E |
| Octal | 315 | 274 | 156 | 0 | 10 | 56 | 24 | 61 | 61 | 76 |
| Binary | 11001101 | 10111100 | 1101110 | 0 | 1000 | 101110 | 10100 | 110001 | 110001 | 111110 |
Color Harmonies of #CDBC6E
Complementary color
Monochromatic Colors of #CDBC6E
Black with #CDBC6E
Text Example
Text Example
White with #CDBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBC6E; }
p { color: rgb(205,188,110); }
H1.HeaderClassName
{
color: #CDBC6E;
}
.AnyTagClassName
{
color: #CDBC6E;
}
</style>
background-color css
<style>
a { background-color: #CDBC6E; }
a { background-color: rgb(205,188,110); }
div.DivClassName
{
background-color: #CDBC6E;
}
.BgClassName
{
background-color: #CDBC6E;
}
</style>
border-color css
<style>
span { border-color: #CDBC6E; }
span { border-color: rgb(205,188,110); }
td.TdClassName
{
border-color: #CDBC6E;
}
.TagClassName
{
border-color: #CDBC6E;
}
</style>