Shades of Tacha #CDB461
Tints of Tacha #CDB461
RGB
CMYK
RGB Variations
Color information
#CDB461 (or 0xCDB461) is known color: Tacha. HEX triplet: CD, B4 and 61. RGB value is (205,180,97). Sum of RGB (Red+Green+Blue) = 205+180+97=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB461 is #324B9E. Grayscale: #B2B2B2. Windows color (decimal): -3296159 or 6403277. OLE color: 6403277.
HSL color Cylindrical-coordinate representation of color #CDB461: hue angle of 46.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDB461 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 97 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.20 |
| HSL | 46.11º | 0.52% | 0.59% | - |
| HSV(B) | 46.11º | 0.53% | 0.8% | - |
| XYZ | 43.66 | 46.48 | 17.98 | - |
| YUV | 178.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 97 | 0 | 0.12 | 0.53 | 0.20 | 46.11 | 0.52 | 0.59 |
| Hex | CD | B4 | 61 | 0 | C | 35 | 14 | 2E | 34 | 3B |
| Octal | 315 | 264 | 141 | 0 | 14 | 65 | 24 | 56 | 64 | 73 |
| Binary | 11001101 | 10110100 | 1100001 | 0 | 1100 | 110101 | 10100 | 101110 | 110100 | 111011 |
Color Harmonies of #CDB461
Complementary color
Monochromatic Colors of #CDB461
Black with #CDB461
Text Example
Text Example
White with #CDB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB461; }
p { color: rgb(205,180,97); }
H1.HeaderClassName
{
color: #CDB461;
}
.AnyTagClassName
{
color: #CDB461;
}
</style>
background-color css
<style>
a { background-color: #CDB461; }
a { background-color: rgb(205,180,97); }
div.DivClassName
{
background-color: #CDB461;
}
.BgClassName
{
background-color: #CDB461;
}
</style>
border-color css
<style>
span { border-color: #CDB461; }
span { border-color: rgb(205,180,97); }
td.TdClassName
{
border-color: #CDB461;
}
.TagClassName
{
border-color: #CDB461;
}
</style>