Shades of Tacha #CDB455
Tints of Tacha #CDB455
RGB
CMYK
RGB Variations
Color information
#CDB455 (or 0xCDB455) is known color: Tacha. HEX triplet: CD, B4 and 55. RGB value is (205,180,85). Sum of RGB (Red+Green+Blue) = 205+180+85=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB455 is #324BAA. Grayscale: #B1B1B1. Windows color (decimal): -3296171 or 5616845. OLE color: 5616845.
HSL color Cylindrical-coordinate representation of color #CDB455: hue angle of 47.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDB455 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 85 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.20 |
| HSL | 47.5º | 0.55% | 0.57% | - |
| HSV(B) | 47.5º | 0.59% | 0.8% | - |
| XYZ | 43.14 | 46.28 | 15.25 | - |
| YUV | 176.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 85 | 0 | 0.12 | 0.59 | 0.20 | 47.5 | 0.55 | 0.57 |
| Hex | CD | B4 | 55 | 0 | C | 3B | 14 | 30 | 37 | 39 |
| Octal | 315 | 264 | 125 | 0 | 14 | 73 | 24 | 60 | 67 | 71 |
| Binary | 11001101 | 10110100 | 1010101 | 0 | 1100 | 111011 | 10100 | 110000 | 110111 | 111001 |
Color Harmonies of #CDB455
Complementary color
Monochromatic Colors of #CDB455
Black with #CDB455
Text Example
Text Example
White with #CDB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB455; }
p { color: rgb(205,180,85); }
H1.HeaderClassName
{
color: #CDB455;
}
.AnyTagClassName
{
color: #CDB455;
}
</style>
background-color css
<style>
a { background-color: #CDB455; }
a { background-color: rgb(205,180,85); }
div.DivClassName
{
background-color: #CDB455;
}
.BgClassName
{
background-color: #CDB455;
}
</style>
border-color css
<style>
span { border-color: #CDB455; }
span { border-color: rgb(205,180,85); }
td.TdClassName
{
border-color: #CDB455;
}
.TagClassName
{
border-color: #CDB455;
}
</style>