Shades of Tacha #CDC254
Tints of Tacha #CDC254
RGB
CMYK
RGB Variations
Color information
#CDC254 (or 0xCDC254) is known color: Tacha. HEX triplet: CD, C2 and 54. RGB value is (205,194,84). Sum of RGB (Red+Green+Blue) = 205+194+84=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC254 is #323DAB. Grayscale: #B9B9B9. Windows color (decimal): -3292588 or 5554893. OLE color: 5554893.
HSL color Cylindrical-coordinate representation of color #CDC254: hue angle of 54.55º 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 #CDC254 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 84 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.20 |
| HSL | 54.55º | 0.55% | 0.57% | - |
| HSV(B) | 54.55º | 0.59% | 0.8% | - |
| XYZ | 46.07 | 52.2 | 16.04 | - |
| YUV | 184.75 | 71.14 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 84 | 0 | 0.05 | 0.59 | 0.20 | 54.55 | 0.55 | 0.57 |
| Hex | CD | C2 | 54 | 0 | 5 | 3B | 14 | 37 | 37 | 39 |
| Octal | 315 | 302 | 124 | 0 | 5 | 73 | 24 | 67 | 67 | 71 |
| Binary | 11001101 | 11000010 | 1010100 | 0 | 101 | 111011 | 10100 | 110111 | 110111 | 111001 |
Color Harmonies of #CDC254
Complementary color
Monochromatic Colors of #CDC254
Black with #CDC254
Text Example
Text Example
White with #CDC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC254; }
p { color: rgb(205,194,84); }
H1.HeaderClassName
{
color: #CDC254;
}
.AnyTagClassName
{
color: #CDC254;
}
</style>
background-color css
<style>
a { background-color: #CDC254; }
a { background-color: rgb(205,194,84); }
div.DivClassName
{
background-color: #CDC254;
}
.BgClassName
{
background-color: #CDC254;
}
</style>
border-color css
<style>
span { border-color: #CDC254; }
span { border-color: rgb(205,194,84); }
td.TdClassName
{
border-color: #CDC254;
}
.TagClassName
{
border-color: #CDC254;
}
</style>