Shades of Tacha #CDB75D
Tints of Tacha #CDB75D
RGB
CMYK
RGB Variations
Color information
#CDB75D (or 0xCDB75D) is known color: Tacha. HEX triplet: CD, B7 and 5D. RGB value is (205,183,93). Sum of RGB (Red+Green+Blue) = 205+183+93=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB75D is #3248A2. Grayscale: #B3B3B3. Windows color (decimal): -3295395 or 6141901. OLE color: 6141901.
HSL color Cylindrical-coordinate representation of color #CDB75D: hue angle of 48.21º 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 #CDB75D is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 93 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.20 |
| HSL | 48.21º | 0.53% | 0.58% | - |
| HSV(B) | 48.21º | 0.55% | 0.8% | - |
| XYZ | 44.09 | 47.64 | 17.23 | - |
| YUV | 179.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 93 | 0 | 0.11 | 0.55 | 0.20 | 48.21 | 0.53 | 0.58 |
| Hex | CD | B7 | 5D | 0 | B | 37 | 14 | 30 | 35 | 3A |
| Octal | 315 | 267 | 135 | 0 | 13 | 67 | 24 | 60 | 65 | 72 |
| Binary | 11001101 | 10110111 | 1011101 | 0 | 1011 | 110111 | 10100 | 110000 | 110101 | 111010 |
Color Harmonies of #CDB75D
Complementary color
Monochromatic Colors of #CDB75D
Black with #CDB75D
Text Example
Text Example
White with #CDB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB75D; }
p { color: rgb(205,183,93); }
H1.HeaderClassName
{
color: #CDB75D;
}
.AnyTagClassName
{
color: #CDB75D;
}
</style>
background-color css
<style>
a { background-color: #CDB75D; }
a { background-color: rgb(205,183,93); }
div.DivClassName
{
background-color: #CDB75D;
}
.BgClassName
{
background-color: #CDB75D;
}
</style>
border-color css
<style>
span { border-color: #CDB75D; }
span { border-color: rgb(205,183,93); }
td.TdClassName
{
border-color: #CDB75D;
}
.TagClassName
{
border-color: #CDB75D;
}
</style>