Shades of Tacha #CDB35C
Tints of Tacha #CDB35C
RGB
CMYK
RGB Variations
Color information
#CDB35C (or 0xCDB35C) is known color: Tacha. HEX triplet: CD, B3 and 5C. RGB value is (205,179,92). Sum of RGB (Red+Green+Blue) = 205+179+92=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB35C is #324CA3. Grayscale: #B1B1B1. Windows color (decimal): -3296420 or 6075341. OLE color: 6075341.
HSL color Cylindrical-coordinate representation of color #CDB35C: hue angle of 46.19º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDB35C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 92 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.20 |
| HSL | 46.19º | 0.53% | 0.58% | - |
| HSV(B) | 46.19º | 0.55% | 0.8% | - |
| XYZ | 43.23 | 45.99 | 16.72 | - |
| YUV | 176.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 92 | 0 | 0.13 | 0.55 | 0.20 | 46.19 | 0.53 | 0.58 |
| Hex | CD | B3 | 5C | 0 | D | 37 | 14 | 2E | 35 | 3A |
| Octal | 315 | 263 | 134 | 0 | 15 | 67 | 24 | 56 | 65 | 72 |
| Binary | 11001101 | 10110011 | 1011100 | 0 | 1101 | 110111 | 10100 | 101110 | 110101 | 111010 |
Color Harmonies of #CDB35C
Complementary color
Monochromatic Colors of #CDB35C
Black with #CDB35C
Text Example
Text Example
White with #CDB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB35C; }
p { color: rgb(205,179,92); }
H1.HeaderClassName
{
color: #CDB35C;
}
.AnyTagClassName
{
color: #CDB35C;
}
</style>
background-color css
<style>
a { background-color: #CDB35C; }
a { background-color: rgb(205,179,92); }
div.DivClassName
{
background-color: #CDB35C;
}
.BgClassName
{
background-color: #CDB35C;
}
</style>
border-color css
<style>
span { border-color: #CDB35C; }
span { border-color: rgb(205,179,92); }
td.TdClassName
{
border-color: #CDB35C;
}
.TagClassName
{
border-color: #CDB35C;
}
</style>