Shades of Tacha #CDB96D
Tints of Tacha #CDB96D
RGB
CMYK
RGB Variations
Color information
#CDB96D (or 0xCDB96D) is known color: Tacha. HEX triplet: CD, B9 and 6D. RGB value is (205,185,109). Sum of RGB (Red+Green+Blue) = 205+185+109=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB96D is #324692. Grayscale: #B6B6B6. Windows color (decimal): -3294867 or 7190989. OLE color: 7190989.
HSL color Cylindrical-coordinate representation of color #CDB96D: hue angle of 47.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDB96D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 109 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.20 |
| HSL | 47.5º | 0.49% | 0.62% | - |
| HSV(B) | 47.5º | 0.47% | 0.8% | - |
| XYZ | 45.29 | 48.78 | 21.5 | - |
| YUV | 182.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 109 | 0 | 0.10 | 0.47 | 0.20 | 47.5 | 0.49 | 0.62 |
| Hex | CD | B9 | 6D | 0 | A | 2F | 14 | 30 | 31 | 3E |
| Octal | 315 | 271 | 155 | 0 | 12 | 57 | 24 | 60 | 61 | 76 |
| Binary | 11001101 | 10111001 | 1101101 | 0 | 1010 | 101111 | 10100 | 110000 | 110001 | 111110 |
Color Harmonies of #CDB96D
Complementary color
Monochromatic Colors of #CDB96D
Black with #CDB96D
Text Example
Text Example
White with #CDB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB96D; }
p { color: rgb(205,185,109); }
H1.HeaderClassName
{
color: #CDB96D;
}
.AnyTagClassName
{
color: #CDB96D;
}
</style>
background-color css
<style>
a { background-color: #CDB96D; }
a { background-color: rgb(205,185,109); }
div.DivClassName
{
background-color: #CDB96D;
}
.BgClassName
{
background-color: #CDB96D;
}
</style>
border-color css
<style>
span { border-color: #CDB96D; }
span { border-color: rgb(205,185,109); }
td.TdClassName
{
border-color: #CDB96D;
}
.TagClassName
{
border-color: #CDB96D;
}
</style>