Shades of Tacha #CDB65E
Tints of Tacha #CDB65E
RGB
CMYK
RGB Variations
Color information
#CDB65E (or 0xCDB65E) is known color: Tacha. HEX triplet: CD, B6 and 5E. RGB value is (205,182,94). Sum of RGB (Red+Green+Blue) = 205+182+94=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB65E is #3249A1. Grayscale: #B3B3B3. Windows color (decimal): -3295650 or 6207181. OLE color: 6207181.
HSL color Cylindrical-coordinate representation of color #CDB65E: hue angle of 47.57º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDB65E is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 94 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.20 |
| HSL | 47.57º | 0.53% | 0.59% | - |
| HSV(B) | 47.57º | 0.54% | 0.8% | - |
| XYZ | 43.93 | 47.24 | 17.39 | - |
| YUV | 178.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 94 | 0 | 0.11 | 0.54 | 0.20 | 47.57 | 0.53 | 0.59 |
| Hex | CD | B6 | 5E | 0 | B | 36 | 14 | 30 | 35 | 3B |
| Octal | 315 | 266 | 136 | 0 | 13 | 66 | 24 | 60 | 65 | 73 |
| Binary | 11001101 | 10110110 | 1011110 | 0 | 1011 | 110110 | 10100 | 110000 | 110101 | 111011 |
Color Harmonies of #CDB65E
Complementary color
Monochromatic Colors of #CDB65E
Black with #CDB65E
Text Example
Text Example
White with #CDB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB65E; }
p { color: rgb(205,182,94); }
H1.HeaderClassName
{
color: #CDB65E;
}
.AnyTagClassName
{
color: #CDB65E;
}
</style>
background-color css
<style>
a { background-color: #CDB65E; }
a { background-color: rgb(205,182,94); }
div.DivClassName
{
background-color: #CDB65E;
}
.BgClassName
{
background-color: #CDB65E;
}
</style>
border-color css
<style>
span { border-color: #CDB65E; }
span { border-color: rgb(205,182,94); }
td.TdClassName
{
border-color: #CDB65E;
}
.TagClassName
{
border-color: #CDB65E;
}
</style>