Shades of Tacha #CDB158
Tints of Tacha #CDB158
RGB
CMYK
RGB Variations
Color information
#CDB158 (or 0xCDB158) is known color: Tacha. HEX triplet: CD, B1 and 58. RGB value is (205,177,88). Sum of RGB (Red+Green+Blue) = 205+177+88=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB158 is #324EA7. Grayscale: #AFAFAF. Windows color (decimal): -3296936 or 5812685. OLE color: 5812685.
HSL color Cylindrical-coordinate representation of color #CDB158: hue angle of 45.64º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDB158 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 88 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.20 |
| HSL | 45.64º | 0.54% | 0.57% | - |
| HSV(B) | 45.64º | 0.57% | 0.8% | - |
| XYZ | 42.66 | 45.13 | 15.69 | - |
| YUV | 175.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 88 | 0 | 0.14 | 0.57 | 0.20 | 45.64 | 0.54 | 0.57 |
| Hex | CD | B1 | 58 | 0 | E | 39 | 14 | 2E | 36 | 39 |
| Octal | 315 | 261 | 130 | 0 | 16 | 71 | 24 | 56 | 66 | 71 |
| Binary | 11001101 | 10110001 | 1011000 | 0 | 1110 | 111001 | 10100 | 101110 | 110110 | 111001 |
Color Harmonies of #CDB158
Complementary color
Monochromatic Colors of #CDB158
Black with #CDB158
Text Example
Text Example
White with #CDB158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB158; }
p { color: rgb(205,177,88); }
H1.HeaderClassName
{
color: #CDB158;
}
.AnyTagClassName
{
color: #CDB158;
}
</style>
background-color css
<style>
a { background-color: #CDB158; }
a { background-color: rgb(205,177,88); }
div.DivClassName
{
background-color: #CDB158;
}
.BgClassName
{
background-color: #CDB158;
}
</style>
border-color css
<style>
span { border-color: #CDB158; }
span { border-color: rgb(205,177,88); }
td.TdClassName
{
border-color: #CDB158;
}
.TagClassName
{
border-color: #CDB158;
}
</style>