Shades of Tacha #CDB75F
Tints of Tacha #CDB75F
RGB
CMYK
RGB Variations
Color information
#CDB75F (or 0xCDB75F) is known color: Tacha. HEX triplet: CD, B7 and 5F. RGB value is (205,183,95). Sum of RGB (Red+Green+Blue) = 205+183+95=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB75F is #3248A0. Grayscale: #B3B3B3. Windows color (decimal): -3295393 or 6272973. OLE color: 6272973.
HSL color Cylindrical-coordinate representation of color #CDB75F: hue angle of 48º degrees, saturation: 0.52, 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 #CDB75F is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 95 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.20 |
| HSL | 48º | 0.52% | 0.59% | - |
| HSV(B) | 48º | 0.54% | 0.8% | - |
| XYZ | 44.18 | 47.67 | 17.7 | - |
| YUV | 179.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 95 | 0 | 0.11 | 0.54 | 0.20 | 48 | 0.52 | 0.59 |
| Hex | CD | B7 | 5F | 0 | B | 36 | 14 | 30 | 34 | 3B |
| Octal | 315 | 267 | 137 | 0 | 13 | 66 | 24 | 60 | 64 | 73 |
| Binary | 11001101 | 10110111 | 1011111 | 0 | 1011 | 110110 | 10100 | 110000 | 110100 | 111011 |
Color Harmonies of #CDB75F
Complementary color
Monochromatic Colors of #CDB75F
Black with #CDB75F
Text Example
Text Example
White with #CDB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB75F; }
p { color: rgb(205,183,95); }
H1.HeaderClassName
{
color: #CDB75F;
}
.AnyTagClassName
{
color: #CDB75F;
}
</style>
background-color css
<style>
a { background-color: #CDB75F; }
a { background-color: rgb(205,183,95); }
div.DivClassName
{
background-color: #CDB75F;
}
.BgClassName
{
background-color: #CDB75F;
}
</style>
border-color css
<style>
span { border-color: #CDB75F; }
span { border-color: rgb(205,183,95); }
td.TdClassName
{
border-color: #CDB75F;
}
.TagClassName
{
border-color: #CDB75F;
}
</style>