Shades of Tacha #CDB454
Tints of Tacha #CDB454
RGB
CMYK
RGB Variations
Color information
#CDB454 (or 0xCDB454) is known color: Tacha. HEX triplet: CD, B4 and 54. RGB value is (205,180,84). Sum of RGB (Red+Green+Blue) = 205+180+84=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB454 is #324BAB. Grayscale: #B0B0B0. Windows color (decimal): -3296172 or 5551309. OLE color: 5551309.
HSL color Cylindrical-coordinate representation of color #CDB454: hue angle of 47.6º 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 #CDB454 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 84 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.20 |
| HSL | 47.6º | 0.55% | 0.57% | - |
| HSV(B) | 47.6º | 0.59% | 0.8% | - |
| XYZ | 43.1 | 46.26 | 15.05 | - |
| YUV | 176.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 84 | 0 | 0.12 | 0.59 | 0.20 | 47.6 | 0.55 | 0.57 |
| Hex | CD | B4 | 54 | 0 | C | 3B | 14 | 30 | 37 | 39 |
| Octal | 315 | 264 | 124 | 0 | 14 | 73 | 24 | 60 | 67 | 71 |
| Binary | 11001101 | 10110100 | 1010100 | 0 | 1100 | 111011 | 10100 | 110000 | 110111 | 111001 |
Color Harmonies of #CDB454
Complementary color
Monochromatic Colors of #CDB454
Black with #CDB454
Text Example
Text Example
White with #CDB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB454; }
p { color: rgb(205,180,84); }
H1.HeaderClassName
{
color: #CDB454;
}
.AnyTagClassName
{
color: #CDB454;
}
</style>
background-color css
<style>
a { background-color: #CDB454; }
a { background-color: rgb(205,180,84); }
div.DivClassName
{
background-color: #CDB454;
}
.BgClassName
{
background-color: #CDB454;
}
</style>
border-color css
<style>
span { border-color: #CDB454; }
span { border-color: rgb(205,180,84); }
td.TdClassName
{
border-color: #CDB454;
}
.TagClassName
{
border-color: #CDB454;
}
</style>