Shades of Tacha #CDB35D
Tints of Tacha #CDB35D
RGB
CMYK
RGB Variations
Color information
#CDB35D (or 0xCDB35D) is known color: Tacha. HEX triplet: CD, B3 and 5D. RGB value is (205,179,93). Sum of RGB (Red+Green+Blue) = 205+179+93=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB35D is #324CA2. Grayscale: #B1B1B1. Windows color (decimal): -3296419 or 6140877. OLE color: 6140877.
HSL color Cylindrical-coordinate representation of color #CDB35D: hue angle of 46.07º 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 #CDB35D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 93 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.20 |
| HSL | 46.07º | 0.53% | 0.58% | - |
| HSV(B) | 46.07º | 0.55% | 0.8% | - |
| XYZ | 43.27 | 46.01 | 16.96 | - |
| YUV | 176.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 93 | 0 | 0.13 | 0.55 | 0.20 | 46.07 | 0.53 | 0.58 |
| Hex | CD | B3 | 5D | 0 | D | 37 | 14 | 2E | 35 | 3A |
| Octal | 315 | 263 | 135 | 0 | 15 | 67 | 24 | 56 | 65 | 72 |
| Binary | 11001101 | 10110011 | 1011101 | 0 | 1101 | 110111 | 10100 | 101110 | 110101 | 111010 |
Color Harmonies of #CDB35D
Complementary color
Monochromatic Colors of #CDB35D
Black with #CDB35D
Text Example
Text Example
White with #CDB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB35D; }
p { color: rgb(205,179,93); }
H1.HeaderClassName
{
color: #CDB35D;
}
.AnyTagClassName
{
color: #CDB35D;
}
</style>
background-color css
<style>
a { background-color: #CDB35D; }
a { background-color: rgb(205,179,93); }
div.DivClassName
{
background-color: #CDB35D;
}
.BgClassName
{
background-color: #CDB35D;
}
</style>
border-color css
<style>
span { border-color: #CDB35D; }
span { border-color: rgb(205,179,93); }
td.TdClassName
{
border-color: #CDB35D;
}
.TagClassName
{
border-color: #CDB35D;
}
</style>