Shades of Tacha #CDB953
Tints of Tacha #CDB953
RGB
CMYK
RGB Variations
Color information
#CDB953 (or 0xCDB953) is known color: Tacha. HEX triplet: CD, B9 and 53. RGB value is (205,185,83). Sum of RGB (Red+Green+Blue) = 205+185+83=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB953 is #3246AC. Grayscale: #B3B3B3. Windows color (decimal): -3294893 or 5487053. OLE color: 5487053.
HSL color Cylindrical-coordinate representation of color #CDB953: hue angle of 50.16º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDB953 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 83 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.20 |
| HSL | 50.16º | 0.55% | 0.56% | - |
| HSV(B) | 50.16º | 0.6% | 0.8% | - |
| XYZ | 44.09 | 48.3 | 15.18 | - |
| YUV | 179.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 83 | 0 | 0.10 | 0.60 | 0.20 | 50.16 | 0.55 | 0.56 |
| Hex | CD | B9 | 53 | 0 | A | 3C | 14 | 32 | 37 | 38 |
| Octal | 315 | 271 | 123 | 0 | 12 | 74 | 24 | 62 | 67 | 70 |
| Binary | 11001101 | 10111001 | 1010011 | 0 | 1010 | 111100 | 10100 | 110010 | 110111 | 111000 |
Color Harmonies of #CDB953
Complementary color
Monochromatic Colors of #CDB953
Black with #CDB953
Text Example
Text Example
White with #CDB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB953; }
p { color: rgb(205,185,83); }
H1.HeaderClassName
{
color: #CDB953;
}
.AnyTagClassName
{
color: #CDB953;
}
</style>
background-color css
<style>
a { background-color: #CDB953; }
a { background-color: rgb(205,185,83); }
div.DivClassName
{
background-color: #CDB953;
}
.BgClassName
{
background-color: #CDB953;
}
</style>
border-color css
<style>
span { border-color: #CDB953; }
span { border-color: rgb(205,185,83); }
td.TdClassName
{
border-color: #CDB953;
}
.TagClassName
{
border-color: #CDB953;
}
</style>