Shades of Tacha #CDB357
Tints of Tacha #CDB357
RGB
CMYK
RGB Variations
Color information
#CDB357 (or 0xCDB357) is known color: Tacha. HEX triplet: CD, B3 and 57. RGB value is (205,179,87). Sum of RGB (Red+Green+Blue) = 205+179+87=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB357 is #324CA8. Grayscale: #B0B0B0. Windows color (decimal): -3296425 or 5747661. OLE color: 5747661.
HSL color Cylindrical-coordinate representation of color #CDB357: hue angle of 46.78º 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 #CDB357 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 87 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.20 |
| HSL | 46.78º | 0.54% | 0.57% | - |
| HSV(B) | 46.78º | 0.58% | 0.8% | - |
| XYZ | 43.02 | 45.91 | 15.61 | - |
| YUV | 176.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 87 | 0 | 0.13 | 0.58 | 0.20 | 46.78 | 0.54 | 0.57 |
| Hex | CD | B3 | 57 | 0 | D | 3A | 14 | 2F | 36 | 39 |
| Octal | 315 | 263 | 127 | 0 | 15 | 72 | 24 | 57 | 66 | 71 |
| Binary | 11001101 | 10110011 | 1010111 | 0 | 1101 | 111010 | 10100 | 101111 | 110110 | 111001 |
Color Harmonies of #CDB357
Complementary color
Monochromatic Colors of #CDB357
Black with #CDB357
Text Example
Text Example
White with #CDB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB357; }
p { color: rgb(205,179,87); }
H1.HeaderClassName
{
color: #CDB357;
}
.AnyTagClassName
{
color: #CDB357;
}
</style>
background-color css
<style>
a { background-color: #CDB357; }
a { background-color: rgb(205,179,87); }
div.DivClassName
{
background-color: #CDB357;
}
.BgClassName
{
background-color: #CDB357;
}
</style>
border-color css
<style>
span { border-color: #CDB357; }
span { border-color: rgb(205,179,87); }
td.TdClassName
{
border-color: #CDB357;
}
.TagClassName
{
border-color: #CDB357;
}
</style>