Shades of Tacha #CDB95F
Tints of Tacha #CDB95F
RGB
CMYK
RGB Variations
Color information
#CDB95F (or 0xCDB95F) is known color: Tacha. HEX triplet: CD, B9 and 5F. RGB value is (205,185,95). Sum of RGB (Red+Green+Blue) = 205+185+95=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB95F is #3246A0. Grayscale: #B5B5B5. Windows color (decimal): -3294881 or 6273485. OLE color: 6273485.
HSL color Cylindrical-coordinate representation of color #CDB95F: hue angle of 49.09º 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 #CDB95F is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 95 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.20 |
| HSL | 49.09º | 0.52% | 0.59% | - |
| HSV(B) | 49.09º | 0.54% | 0.8% | - |
| XYZ | 44.59 | 48.5 | 17.84 | - |
| YUV | 180.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 95 | 0 | 0.10 | 0.54 | 0.20 | 49.09 | 0.52 | 0.59 |
| Hex | CD | B9 | 5F | 0 | A | 36 | 14 | 31 | 34 | 3B |
| Octal | 315 | 271 | 137 | 0 | 12 | 66 | 24 | 61 | 64 | 73 |
| Binary | 11001101 | 10111001 | 1011111 | 0 | 1010 | 110110 | 10100 | 110001 | 110100 | 111011 |
Color Harmonies of #CDB95F
Complementary color
Monochromatic Colors of #CDB95F
Black with #CDB95F
Text Example
Text Example
White with #CDB95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB95F; }
p { color: rgb(205,185,95); }
H1.HeaderClassName
{
color: #CDB95F;
}
.AnyTagClassName
{
color: #CDB95F;
}
</style>
background-color css
<style>
a { background-color: #CDB95F; }
a { background-color: rgb(205,185,95); }
div.DivClassName
{
background-color: #CDB95F;
}
.BgClassName
{
background-color: #CDB95F;
}
</style>
border-color css
<style>
span { border-color: #CDB95F; }
span { border-color: rgb(205,185,95); }
td.TdClassName
{
border-color: #CDB95F;
}
.TagClassName
{
border-color: #CDB95F;
}
</style>