Shades of Tacha #CDB75E
Tints of Tacha #CDB75E
RGB
CMYK
RGB Variations
Color information
#CDB75E (or 0xCDB75E) is known color: Tacha. HEX triplet: CD, B7 and 5E. RGB value is (205,183,94). Sum of RGB (Red+Green+Blue) = 205+183+94=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB75E is #3248A1. Grayscale: #B3B3B3. Windows color (decimal): -3295394 or 6207437. OLE color: 6207437.
HSL color Cylindrical-coordinate representation of color #CDB75E: hue angle of 48.11º 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 #CDB75E is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 94 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.20 |
| HSL | 48.11º | 0.53% | 0.59% | - |
| HSV(B) | 48.11º | 0.54% | 0.8% | - |
| XYZ | 44.13 | 47.65 | 17.46 | - |
| YUV | 179.43 | 79.79 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 94 | 0 | 0.11 | 0.54 | 0.20 | 48.11 | 0.53 | 0.59 |
| Hex | CD | B7 | 5E | 0 | B | 36 | 14 | 30 | 35 | 3B |
| Octal | 315 | 267 | 136 | 0 | 13 | 66 | 24 | 60 | 65 | 73 |
| Binary | 11001101 | 10110111 | 1011110 | 0 | 1011 | 110110 | 10100 | 110000 | 110101 | 111011 |
Color Harmonies of #CDB75E
Complementary color
Monochromatic Colors of #CDB75E
Black with #CDB75E
Text Example
Text Example
White with #CDB75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB75E; }
p { color: rgb(205,183,94); }
H1.HeaderClassName
{
color: #CDB75E;
}
.AnyTagClassName
{
color: #CDB75E;
}
</style>
background-color css
<style>
a { background-color: #CDB75E; }
a { background-color: rgb(205,183,94); }
div.DivClassName
{
background-color: #CDB75E;
}
.BgClassName
{
background-color: #CDB75E;
}
</style>
border-color css
<style>
span { border-color: #CDB75E; }
span { border-color: rgb(205,183,94); }
td.TdClassName
{
border-color: #CDB75E;
}
.TagClassName
{
border-color: #CDB75E;
}
</style>