Shades of Tacha #CDB759
Tints of Tacha #CDB759
RGB
CMYK
RGB Variations
Color information
#CDB759 (or 0xCDB759) is known color: Tacha. HEX triplet: CD, B7 and 59. RGB value is (205,183,89). Sum of RGB (Red+Green+Blue) = 205+183+89=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB759 is #3248A6. Grayscale: #B3B3B3. Windows color (decimal): -3295399 or 5879757. OLE color: 5879757.
HSL color Cylindrical-coordinate representation of color #CDB759: hue angle of 48.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDB759 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 89 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.20 |
| HSL | 48.62º | 0.54% | 0.58% | - |
| HSV(B) | 48.62º | 0.57% | 0.8% | - |
| XYZ | 43.91 | 47.57 | 16.32 | - |
| YUV | 178.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 89 | 0 | 0.11 | 0.57 | 0.20 | 48.62 | 0.54 | 0.58 |
| Hex | CD | B7 | 59 | 0 | B | 39 | 14 | 31 | 36 | 3A |
| Octal | 315 | 267 | 131 | 0 | 13 | 71 | 24 | 61 | 66 | 72 |
| Binary | 11001101 | 10110111 | 1011001 | 0 | 1011 | 111001 | 10100 | 110001 | 110110 | 111010 |
Color Harmonies of #CDB759
Complementary color
Monochromatic Colors of #CDB759
Black with #CDB759
Text Example
Text Example
White with #CDB759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB759; }
p { color: rgb(205,183,89); }
H1.HeaderClassName
{
color: #CDB759;
}
.AnyTagClassName
{
color: #CDB759;
}
</style>
background-color css
<style>
a { background-color: #CDB759; }
a { background-color: rgb(205,183,89); }
div.DivClassName
{
background-color: #CDB759;
}
.BgClassName
{
background-color: #CDB759;
}
</style>
border-color css
<style>
span { border-color: #CDB759; }
span { border-color: rgb(205,183,89); }
td.TdClassName
{
border-color: #CDB759;
}
.TagClassName
{
border-color: #CDB759;
}
</style>