Shades of Tacha #CDB15F
Tints of Tacha #CDB15F
RGB
CMYK
RGB Variations
Color information
#CDB15F (or 0xCDB15F) is known color: Tacha. HEX triplet: CD, B1 and 5F. RGB value is (205,177,95). Sum of RGB (Red+Green+Blue) = 205+177+95=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB15F is #324EA0. Grayscale: #B0B0B0. Windows color (decimal): -3296929 or 6271437. OLE color: 6271437.
HSL color Cylindrical-coordinate representation of color #CDB15F: hue angle of 44.73º 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 #CDB15F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 95 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.20 |
| HSL | 44.73º | 0.52% | 0.59% | - |
| HSV(B) | 44.73º | 0.54% | 0.8% | - |
| XYZ | 42.96 | 45.25 | 17.3 | - |
| YUV | 176.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 95 | 0 | 0.14 | 0.54 | 0.20 | 44.73 | 0.52 | 0.59 |
| Hex | CD | B1 | 5F | 0 | E | 36 | 14 | 2D | 34 | 3B |
| Octal | 315 | 261 | 137 | 0 | 16 | 66 | 24 | 55 | 64 | 73 |
| Binary | 11001101 | 10110001 | 1011111 | 0 | 1110 | 110110 | 10100 | 101101 | 110100 | 111011 |
Color Harmonies of #CDB15F
Complementary color
Monochromatic Colors of #CDB15F
Black with #CDB15F
Text Example
Text Example
White with #CDB15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB15F; }
p { color: rgb(205,177,95); }
H1.HeaderClassName
{
color: #CDB15F;
}
.AnyTagClassName
{
color: #CDB15F;
}
</style>
background-color css
<style>
a { background-color: #CDB15F; }
a { background-color: rgb(205,177,95); }
div.DivClassName
{
background-color: #CDB15F;
}
.BgClassName
{
background-color: #CDB15F;
}
</style>
border-color css
<style>
span { border-color: #CDB15F; }
span { border-color: rgb(205,177,95); }
td.TdClassName
{
border-color: #CDB15F;
}
.TagClassName
{
border-color: #CDB15F;
}
</style>