Shades of Tacha #CDB757
Tints of Tacha #CDB757
RGB
CMYK
RGB Variations
Color information
#CDB757 (or 0xCDB757) is known color: Tacha. HEX triplet: CD, B7 and 57. RGB value is (205,183,87). Sum of RGB (Red+Green+Blue) = 205+183+87=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB757 is #3248A8. Grayscale: #B3B3B3. Windows color (decimal): -3295401 or 5748685. OLE color: 5748685.
HSL color Cylindrical-coordinate representation of color #CDB757: hue angle of 48.81º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDB757 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 87 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.20 |
| HSL | 48.81º | 0.54% | 0.57% | - |
| HSV(B) | 48.81º | 0.58% | 0.8% | - |
| XYZ | 43.83 | 47.53 | 15.88 | - |
| YUV | 178.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 87 | 0 | 0.11 | 0.58 | 0.20 | 48.81 | 0.54 | 0.57 |
| Hex | CD | B7 | 57 | 0 | B | 3A | 14 | 31 | 36 | 39 |
| Octal | 315 | 267 | 127 | 0 | 13 | 72 | 24 | 61 | 66 | 71 |
| Binary | 11001101 | 10110111 | 1010111 | 0 | 1011 | 111010 | 10100 | 110001 | 110110 | 111001 |
Color Harmonies of #CDB757
Complementary color
Monochromatic Colors of #CDB757
Black with #CDB757
Text Example
Text Example
White with #CDB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB757; }
p { color: rgb(205,183,87); }
H1.HeaderClassName
{
color: #CDB757;
}
.AnyTagClassName
{
color: #CDB757;
}
</style>
background-color css
<style>
a { background-color: #CDB757; }
a { background-color: rgb(205,183,87); }
div.DivClassName
{
background-color: #CDB757;
}
.BgClassName
{
background-color: #CDB757;
}
</style>
border-color css
<style>
span { border-color: #CDB757; }
span { border-color: rgb(205,183,87); }
td.TdClassName
{
border-color: #CDB757;
}
.TagClassName
{
border-color: #CDB757;
}
</style>