Shades of Tacha #CDC251
Tints of Tacha #CDC251
RGB
CMYK
RGB Variations
Color information
#CDC251 (or 0xCDC251) is known color: Tacha. HEX triplet: CD, C2 and 51. RGB value is (205,194,81). Sum of RGB (Red+Green+Blue) = 205+194+81=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC251 is #323DAE. Grayscale: #B8B8B8. Windows color (decimal): -3292591 or 5358285. OLE color: 5358285.
HSL color Cylindrical-coordinate representation of color #CDC251: hue angle of 54.68º 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 #CDC251 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 81 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.20 |
| HSL | 54.68º | 0.55% | 0.56% | - |
| HSV(B) | 54.68º | 0.6% | 0.8% | - |
| XYZ | 45.95 | 52.16 | 15.43 | - |
| YUV | 184.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 81 | 0 | 0.05 | 0.60 | 0.20 | 54.68 | 0.55 | 0.56 |
| Hex | CD | C2 | 51 | 0 | 5 | 3C | 14 | 37 | 37 | 38 |
| Octal | 315 | 302 | 121 | 0 | 5 | 74 | 24 | 67 | 67 | 70 |
| Binary | 11001101 | 11000010 | 1010001 | 0 | 101 | 111100 | 10100 | 110111 | 110111 | 111000 |
Color Harmonies of #CDC251
Complementary color
Monochromatic Colors of #CDC251
Black with #CDC251
Text Example
Text Example
White with #CDC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC251; }
p { color: rgb(205,194,81); }
H1.HeaderClassName
{
color: #CDC251;
}
.AnyTagClassName
{
color: #CDC251;
}
</style>
background-color css
<style>
a { background-color: #CDC251; }
a { background-color: rgb(205,194,81); }
div.DivClassName
{
background-color: #CDC251;
}
.BgClassName
{
background-color: #CDC251;
}
</style>
border-color css
<style>
span { border-color: #CDC251; }
span { border-color: rgb(205,194,81); }
td.TdClassName
{
border-color: #CDC251;
}
.TagClassName
{
border-color: #CDC251;
}
</style>