Shades of Tacha #CDB75A
Tints of Tacha #CDB75A
RGB
CMYK
RGB Variations
Color information
#CDB75A (or 0xCDB75A) is known color: Tacha. HEX triplet: CD, B7 and 5A. RGB value is (205,183,90). Sum of RGB (Red+Green+Blue) = 205+183+90=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB75A is #3248A5. Grayscale: #B3B3B3. Windows color (decimal): -3295398 or 5945293. OLE color: 5945293.
HSL color Cylindrical-coordinate representation of color #CDB75A: hue angle of 48.52º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDB75A is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 90 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.20 |
| HSL | 48.52º | 0.53% | 0.58% | - |
| HSV(B) | 48.52º | 0.56% | 0.8% | - |
| XYZ | 43.96 | 47.58 | 16.54 | - |
| YUV | 178.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 90 | 0 | 0.11 | 0.56 | 0.20 | 48.52 | 0.53 | 0.58 |
| Hex | CD | B7 | 5A | 0 | B | 38 | 14 | 31 | 35 | 3A |
| Octal | 315 | 267 | 132 | 0 | 13 | 70 | 24 | 61 | 65 | 72 |
| Binary | 11001101 | 10110111 | 1011010 | 0 | 1011 | 111000 | 10100 | 110001 | 110101 | 111010 |
Color Harmonies of #CDB75A
Complementary color
Monochromatic Colors of #CDB75A
Black with #CDB75A
Text Example
Text Example
White with #CDB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB75A; }
p { color: rgb(205,183,90); }
H1.HeaderClassName
{
color: #CDB75A;
}
.AnyTagClassName
{
color: #CDB75A;
}
</style>
background-color css
<style>
a { background-color: #CDB75A; }
a { background-color: rgb(205,183,90); }
div.DivClassName
{
background-color: #CDB75A;
}
.BgClassName
{
background-color: #CDB75A;
}
</style>
border-color css
<style>
span { border-color: #CDB75A; }
span { border-color: rgb(205,183,90); }
td.TdClassName
{
border-color: #CDB75A;
}
.TagClassName
{
border-color: #CDB75A;
}
</style>