Shades of Tacha #CDB561
Tints of Tacha #CDB561
RGB
CMYK
RGB Variations
Color information
#CDB561 (or 0xCDB561) is known color: Tacha. HEX triplet: CD, B5 and 61. RGB value is (205,181,97). Sum of RGB (Red+Green+Blue) = 205+181+97=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB561 is #324A9E. Grayscale: #B2B2B2. Windows color (decimal): -3295903 or 6403533. OLE color: 6403533.
HSL color Cylindrical-coordinate representation of color #CDB561: hue angle of 46.67º 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 #CDB561 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 97 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.20 |
| HSL | 46.67º | 0.52% | 0.59% | - |
| HSV(B) | 46.67º | 0.53% | 0.8% | - |
| XYZ | 43.86 | 46.89 | 18.05 | - |
| YUV | 178.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 97 | 0 | 0.12 | 0.53 | 0.20 | 46.67 | 0.52 | 0.59 |
| Hex | CD | B5 | 61 | 0 | C | 35 | 14 | 2F | 34 | 3B |
| Octal | 315 | 265 | 141 | 0 | 14 | 65 | 24 | 57 | 64 | 73 |
| Binary | 11001101 | 10110101 | 1100001 | 0 | 1100 | 110101 | 10100 | 101111 | 110100 | 111011 |
Color Harmonies of #CDB561
Complementary color
Monochromatic Colors of #CDB561
Black with #CDB561
Text Example
Text Example
White with #CDB561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB561; }
p { color: rgb(205,181,97); }
H1.HeaderClassName
{
color: #CDB561;
}
.AnyTagClassName
{
color: #CDB561;
}
</style>
background-color css
<style>
a { background-color: #CDB561; }
a { background-color: rgb(205,181,97); }
div.DivClassName
{
background-color: #CDB561;
}
.BgClassName
{
background-color: #CDB561;
}
</style>
border-color css
<style>
span { border-color: #CDB561; }
span { border-color: rgb(205,181,97); }
td.TdClassName
{
border-color: #CDB561;
}
.TagClassName
{
border-color: #CDB561;
}
</style>