Shades of Tacha #CDB465
Tints of Tacha #CDB465
RGB
CMYK
RGB Variations
Color information
#CDB465 (or 0xCDB465) is known color: Tacha. HEX triplet: CD, B4 and 65. RGB value is (205,180,101). Sum of RGB (Red+Green+Blue) = 205+180+101=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB465 is #324B9A. Grayscale: #B2B2B2. Windows color (decimal): -3296155 or 6665421. OLE color: 6665421.
HSL color Cylindrical-coordinate representation of color #CDB465: hue angle of 45.58º 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 #CDB465 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 101 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.20 |
| HSL | 45.58º | 0.51% | 0.6% | - |
| HSV(B) | 45.58º | 0.51% | 0.8% | - |
| XYZ | 43.85 | 46.56 | 18.99 | - |
| YUV | 178.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 101 | 0 | 0.12 | 0.51 | 0.20 | 45.58 | 0.51 | 0.6 |
| Hex | CD | B4 | 65 | 0 | C | 33 | 14 | 2E | 33 | 3C |
| Octal | 315 | 264 | 145 | 0 | 14 | 63 | 24 | 56 | 63 | 74 |
| Binary | 11001101 | 10110100 | 1100101 | 0 | 1100 | 110011 | 10100 | 101110 | 110011 | 111100 |
Color Harmonies of #CDB465
Complementary color
Monochromatic Colors of #CDB465
Black with #CDB465
Text Example
Text Example
White with #CDB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB465; }
p { color: rgb(205,180,101); }
H1.HeaderClassName
{
color: #CDB465;
}
.AnyTagClassName
{
color: #CDB465;
}
</style>
background-color css
<style>
a { background-color: #CDB465; }
a { background-color: rgb(205,180,101); }
div.DivClassName
{
background-color: #CDB465;
}
.BgClassName
{
background-color: #CDB465;
}
</style>
border-color css
<style>
span { border-color: #CDB465; }
span { border-color: rgb(205,180,101); }
td.TdClassName
{
border-color: #CDB465;
}
.TagClassName
{
border-color: #CDB465;
}
</style>