Shades of Tacha #CDC153
Tints of Tacha #CDC153
RGB
CMYK
RGB Variations
Color information
#CDC153 (or 0xCDC153) is known color: Tacha. HEX triplet: CD, C1 and 53. RGB value is (205,193,83). Sum of RGB (Red+Green+Blue) = 205+193+83=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC153 is #323EAC. Grayscale: #B8B8B8. Windows color (decimal): -3292845 or 5489101. OLE color: 5489101.
HSL color Cylindrical-coordinate representation of color #CDC153: hue angle of 54.1º 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 #CDC153 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 83 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.20 |
| HSL | 54.1º | 0.55% | 0.56% | - |
| HSV(B) | 54.1º | 0.6% | 0.8% | - |
| XYZ | 45.81 | 51.74 | 15.76 | - |
| YUV | 184.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 83 | 0 | 0.06 | 0.60 | 0.20 | 54.1 | 0.55 | 0.56 |
| Hex | CD | C1 | 53 | 0 | 6 | 3C | 14 | 36 | 37 | 38 |
| Octal | 315 | 301 | 123 | 0 | 6 | 74 | 24 | 66 | 67 | 70 |
| Binary | 11001101 | 11000001 | 1010011 | 0 | 110 | 111100 | 10100 | 110110 | 110111 | 111000 |
Color Harmonies of #CDC153
Complementary color
Monochromatic Colors of #CDC153
Black with #CDC153
Text Example
Text Example
White with #CDC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC153; }
p { color: rgb(205,193,83); }
H1.HeaderClassName
{
color: #CDC153;
}
.AnyTagClassName
{
color: #CDC153;
}
</style>
background-color css
<style>
a { background-color: #CDC153; }
a { background-color: rgb(205,193,83); }
div.DivClassName
{
background-color: #CDC153;
}
.BgClassName
{
background-color: #CDC153;
}
</style>
border-color css
<style>
span { border-color: #CDC153; }
span { border-color: rgb(205,193,83); }
td.TdClassName
{
border-color: #CDC153;
}
.TagClassName
{
border-color: #CDC153;
}
</style>