Shades of Tacha #CDB758
Tints of Tacha #CDB758
RGB
CMYK
RGB Variations
Color information
#CDB758 (or 0xCDB758) is known color: Tacha. HEX triplet: CD, B7 and 58. RGB value is (205,183,88). Sum of RGB (Red+Green+Blue) = 205+183+88=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB758 is #3248A7. Grayscale: #B3B3B3. Windows color (decimal): -3295400 or 5814221. OLE color: 5814221.
HSL color Cylindrical-coordinate representation of color #CDB758: hue angle of 48.72º 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 #CDB758 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 88 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.20 |
| HSL | 48.72º | 0.54% | 0.57% | - |
| HSV(B) | 48.72º | 0.57% | 0.8% | - |
| XYZ | 43.87 | 47.55 | 16.1 | - |
| YUV | 178.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 88 | 0 | 0.11 | 0.57 | 0.20 | 48.72 | 0.54 | 0.57 |
| Hex | CD | B7 | 58 | 0 | B | 39 | 14 | 31 | 36 | 39 |
| Octal | 315 | 267 | 130 | 0 | 13 | 71 | 24 | 61 | 66 | 71 |
| Binary | 11001101 | 10110111 | 1011000 | 0 | 1011 | 111001 | 10100 | 110001 | 110110 | 111001 |
Color Harmonies of #CDB758
Complementary color
Monochromatic Colors of #CDB758
Black with #CDB758
Text Example
Text Example
White with #CDB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB758; }
p { color: rgb(205,183,88); }
H1.HeaderClassName
{
color: #CDB758;
}
.AnyTagClassName
{
color: #CDB758;
}
</style>
background-color css
<style>
a { background-color: #CDB758; }
a { background-color: rgb(205,183,88); }
div.DivClassName
{
background-color: #CDB758;
}
.BgClassName
{
background-color: #CDB758;
}
</style>
border-color css
<style>
span { border-color: #CDB758; }
span { border-color: rgb(205,183,88); }
td.TdClassName
{
border-color: #CDB758;
}
.TagClassName
{
border-color: #CDB758;
}
</style>