Shades of Tacha #CDB655
Tints of Tacha #CDB655
RGB
CMYK
RGB Variations
Color information
#CDB655 (or 0xCDB655) is known color: Tacha. HEX triplet: CD, B6 and 55. RGB value is (205,182,85). Sum of RGB (Red+Green+Blue) = 205+182+85=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB655 is #3249AA. Grayscale: #B2B2B2. Windows color (decimal): -3295659 or 5617357. OLE color: 5617357.
HSL color Cylindrical-coordinate representation of color #CDB655: hue angle of 48.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 #CDB655 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 85 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.20 |
| HSL | 48.5º | 0.55% | 0.57% | - |
| HSV(B) | 48.5º | 0.59% | 0.8% | - |
| XYZ | 43.54 | 47.09 | 15.39 | - |
| YUV | 177.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 85 | 0 | 0.11 | 0.59 | 0.20 | 48.5 | 0.55 | 0.57 |
| Hex | CD | B6 | 55 | 0 | B | 3B | 14 | 30 | 37 | 39 |
| Octal | 315 | 266 | 125 | 0 | 13 | 73 | 24 | 60 | 67 | 71 |
| Binary | 11001101 | 10110110 | 1010101 | 0 | 1011 | 111011 | 10100 | 110000 | 110111 | 111001 |
Color Harmonies of #CDB655
Complementary color
Monochromatic Colors of #CDB655
Black with #CDB655
Text Example
Text Example
White with #CDB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB655; }
p { color: rgb(205,182,85); }
H1.HeaderClassName
{
color: #CDB655;
}
.AnyTagClassName
{
color: #CDB655;
}
</style>
background-color css
<style>
a { background-color: #CDB655; }
a { background-color: rgb(205,182,85); }
div.DivClassName
{
background-color: #CDB655;
}
.BgClassName
{
background-color: #CDB655;
}
</style>
border-color css
<style>
span { border-color: #CDB655; }
span { border-color: rgb(205,182,85); }
td.TdClassName
{
border-color: #CDB655;
}
.TagClassName
{
border-color: #CDB655;
}
</style>