Shades of Tacha #CDB165
Tints of Tacha #CDB165
RGB
CMYK
RGB Variations
Color information
#CDB165 (or 0xCDB165) is known color: Tacha. HEX triplet: CD, B1 and 65. RGB value is (205,177,101). Sum of RGB (Red+Green+Blue) = 205+177+101=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB165 is #324E9A. Grayscale: #B1B1B1. Windows color (decimal): -3296923 or 6664653. OLE color: 6664653.
HSL color Cylindrical-coordinate representation of color #CDB165: hue angle of 43.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDB165 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 101 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.20 |
| HSL | 43.85º | 0.51% | 0.6% | - |
| HSV(B) | 43.85º | 0.51% | 0.8% | - |
| XYZ | 43.25 | 45.36 | 18.79 | - |
| YUV | 176.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 101 | 0 | 0.14 | 0.51 | 0.20 | 43.85 | 0.51 | 0.6 |
| Hex | CD | B1 | 65 | 0 | E | 33 | 14 | 2C | 33 | 3C |
| Octal | 315 | 261 | 145 | 0 | 16 | 63 | 24 | 54 | 63 | 74 |
| Binary | 11001101 | 10110001 | 1100101 | 0 | 1110 | 110011 | 10100 | 101100 | 110011 | 111100 |
Color Harmonies of #CDB165
Complementary color
Monochromatic Colors of #CDB165
Black with #CDB165
Text Example
Text Example
White with #CDB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB165; }
p { color: rgb(205,177,101); }
H1.HeaderClassName
{
color: #CDB165;
}
.AnyTagClassName
{
color: #CDB165;
}
</style>
background-color css
<style>
a { background-color: #CDB165; }
a { background-color: rgb(205,177,101); }
div.DivClassName
{
background-color: #CDB165;
}
.BgClassName
{
background-color: #CDB165;
}
</style>
border-color css
<style>
span { border-color: #CDB165; }
span { border-color: rgb(205,177,101); }
td.TdClassName
{
border-color: #CDB165;
}
.TagClassName
{
border-color: #CDB165;
}
</style>