Shades of Tacha #CDB35E
Tints of Tacha #CDB35E
RGB
CMYK
RGB Variations
Color information
#CDB35E (or 0xCDB35E) is known color: Tacha. HEX triplet: CD, B3 and 5E. RGB value is (205,179,94). Sum of RGB (Red+Green+Blue) = 205+179+94=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB35E is #324CA1. Grayscale: #B1B1B1. Windows color (decimal): -3296418 or 6206413. OLE color: 6206413.
HSL color Cylindrical-coordinate representation of color #CDB35E: hue angle of 45.95º 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 #CDB35E is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 94 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.20 |
| HSL | 45.95º | 0.53% | 0.59% | - |
| HSV(B) | 45.95º | 0.54% | 0.8% | - |
| XYZ | 43.32 | 46.03 | 17.19 | - |
| YUV | 177.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 94 | 0 | 0.13 | 0.54 | 0.20 | 45.95 | 0.53 | 0.59 |
| Hex | CD | B3 | 5E | 0 | D | 36 | 14 | 2E | 35 | 3B |
| Octal | 315 | 263 | 136 | 0 | 15 | 66 | 24 | 56 | 65 | 73 |
| Binary | 11001101 | 10110011 | 1011110 | 0 | 1101 | 110110 | 10100 | 101110 | 110101 | 111011 |
Color Harmonies of #CDB35E
Complementary color
Monochromatic Colors of #CDB35E
Black with #CDB35E
Text Example
Text Example
White with #CDB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB35E; }
p { color: rgb(205,179,94); }
H1.HeaderClassName
{
color: #CDB35E;
}
.AnyTagClassName
{
color: #CDB35E;
}
</style>
background-color css
<style>
a { background-color: #CDB35E; }
a { background-color: rgb(205,179,94); }
div.DivClassName
{
background-color: #CDB35E;
}
.BgClassName
{
background-color: #CDB35E;
}
</style>
border-color css
<style>
span { border-color: #CDB35E; }
span { border-color: rgb(205,179,94); }
td.TdClassName
{
border-color: #CDB35E;
}
.TagClassName
{
border-color: #CDB35E;
}
</style>