Shades of Tacha #CDBC68
Tints of Tacha #CDBC68
RGB
CMYK
RGB Variations
Color information
#CDBC68 (or 0xCDBC68) is known color: Tacha. HEX triplet: CD, BC and 68. RGB value is (205,188,104). Sum of RGB (Red+Green+Blue) = 205+188+104=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBC68 is #324397. Grayscale: #B7B7B7. Windows color (decimal): -3294104 or 6864077. OLE color: 6864077.
HSL color Cylindrical-coordinate representation of color #CDBC68: hue angle of 49.9º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDBC68 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 104 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.20 |
| HSL | 49.9º | 0.5% | 0.61% | - |
| HSV(B) | 49.9º | 0.49% | 0.8% | - |
| XYZ | 45.66 | 49.95 | 20.33 | - |
| YUV | 183.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 104 | 0 | 0.08 | 0.49 | 0.20 | 49.9 | 0.5 | 0.61 |
| Hex | CD | BC | 68 | 0 | 8 | 31 | 14 | 32 | 32 | 3D |
| Octal | 315 | 274 | 150 | 0 | 10 | 61 | 24 | 62 | 62 | 75 |
| Binary | 11001101 | 10111100 | 1101000 | 0 | 1000 | 110001 | 10100 | 110010 | 110010 | 111101 |
Color Harmonies of #CDBC68
Complementary color
Monochromatic Colors of #CDBC68
Black with #CDBC68
Text Example
Text Example
White with #CDBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBC68; }
p { color: rgb(205,188,104); }
H1.HeaderClassName
{
color: #CDBC68;
}
.AnyTagClassName
{
color: #CDBC68;
}
</style>
background-color css
<style>
a { background-color: #CDBC68; }
a { background-color: rgb(205,188,104); }
div.DivClassName
{
background-color: #CDBC68;
}
.BgClassName
{
background-color: #CDBC68;
}
</style>
border-color css
<style>
span { border-color: #CDBC68; }
span { border-color: rgb(205,188,104); }
td.TdClassName
{
border-color: #CDBC68;
}
.TagClassName
{
border-color: #CDBC68;
}
</style>