Shades of Tacha #CDB85D
Tints of Tacha #CDB85D
RGB
CMYK
RGB Variations
Color information
#CDB85D (or 0xCDB85D) is known color: Tacha. HEX triplet: CD, B8 and 5D. RGB value is (205,184,93). Sum of RGB (Red+Green+Blue) = 205+184+93=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB85D is #3247A2. Grayscale: #B4B4B4. Windows color (decimal): -3295139 or 6142157. OLE color: 6142157.
HSL color Cylindrical-coordinate representation of color #CDB85D: hue angle of 48.75º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDB85D is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 93 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.20 |
| HSL | 48.75º | 0.53% | 0.58% | - |
| HSV(B) | 48.75º | 0.55% | 0.8% | - |
| XYZ | 44.29 | 48.05 | 17.3 | - |
| YUV | 179.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 93 | 0 | 0.10 | 0.55 | 0.20 | 48.75 | 0.53 | 0.58 |
| Hex | CD | B8 | 5D | 0 | A | 37 | 14 | 31 | 35 | 3A |
| Octal | 315 | 270 | 135 | 0 | 12 | 67 | 24 | 61 | 65 | 72 |
| Binary | 11001101 | 10111000 | 1011101 | 0 | 1010 | 110111 | 10100 | 110001 | 110101 | 111010 |
Color Harmonies of #CDB85D
Complementary color
Monochromatic Colors of #CDB85D
Black with #CDB85D
Text Example
Text Example
White with #CDB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB85D; }
p { color: rgb(205,184,93); }
H1.HeaderClassName
{
color: #CDB85D;
}
.AnyTagClassName
{
color: #CDB85D;
}
</style>
background-color css
<style>
a { background-color: #CDB85D; }
a { background-color: rgb(205,184,93); }
div.DivClassName
{
background-color: #CDB85D;
}
.BgClassName
{
background-color: #CDB85D;
}
</style>
border-color css
<style>
span { border-color: #CDB85D; }
span { border-color: rgb(205,184,93); }
td.TdClassName
{
border-color: #CDB85D;
}
.TagClassName
{
border-color: #CDB85D;
}
</style>