Shades of Tacha #CDC150
Tints of Tacha #CDC150
RGB
CMYK
RGB Variations
Color information
#CDC150 (or 0xCDC150) is known color: Tacha. HEX triplet: CD, C1 and 50. RGB value is (205,193,80). Sum of RGB (Red+Green+Blue) = 205+193+80=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC150 is #323EAF. Grayscale: #B8B8B8. Windows color (decimal): -3292848 or 5292493. OLE color: 5292493.
HSL color Cylindrical-coordinate representation of color #CDC150: hue angle of 54.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDC150 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 80 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.20 |
| HSL | 54.24º | 0.56% | 0.56% | - |
| HSV(B) | 54.24º | 0.61% | 0.8% | - |
| XYZ | 45.69 | 51.7 | 15.16 | - |
| YUV | 183.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 80 | 0 | 0.06 | 0.61 | 0.20 | 54.24 | 0.56 | 0.56 |
| Hex | CD | C1 | 50 | 0 | 6 | 3D | 14 | 36 | 38 | 38 |
| Octal | 315 | 301 | 120 | 0 | 6 | 75 | 24 | 66 | 70 | 70 |
| Binary | 11001101 | 11000001 | 1010000 | 0 | 110 | 111101 | 10100 | 110110 | 111000 | 111000 |
Color Harmonies of #CDC150
Complementary color
Monochromatic Colors of #CDC150
Black with #CDC150
Text Example
Text Example
White with #CDC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC150; }
p { color: rgb(205,193,80); }
H1.HeaderClassName
{
color: #CDC150;
}
.AnyTagClassName
{
color: #CDC150;
}
</style>
background-color css
<style>
a { background-color: #CDC150; }
a { background-color: rgb(205,193,80); }
div.DivClassName
{
background-color: #CDC150;
}
.BgClassName
{
background-color: #CDC150;
}
</style>
border-color css
<style>
span { border-color: #CDC150; }
span { border-color: rgb(205,193,80); }
td.TdClassName
{
border-color: #CDC150;
}
.TagClassName
{
border-color: #CDC150;
}
</style>