Shades of Tacha #CDB363
Tints of Tacha #CDB363
RGB
CMYK
RGB Variations
Color information
#CDB363 (or 0xCDB363) is known color: Tacha. HEX triplet: CD, B3 and 63. RGB value is (205,179,99). Sum of RGB (Red+Green+Blue) = 205+179+99=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB363 is #324C9C. Grayscale: #B2B2B2. Windows color (decimal): -3296413 or 6534093. OLE color: 6534093.
HSL color Cylindrical-coordinate representation of color #CDB363: hue angle of 45.28º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDB363 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 99 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.20 |
| HSL | 45.28º | 0.51% | 0.6% | - |
| HSV(B) | 45.28º | 0.52% | 0.8% | - |
| XYZ | 43.55 | 46.12 | 18.41 | - |
| YUV | 177.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 99 | 0 | 0.13 | 0.52 | 0.20 | 45.28 | 0.51 | 0.6 |
| Hex | CD | B3 | 63 | 0 | D | 34 | 14 | 2D | 33 | 3C |
| Octal | 315 | 263 | 143 | 0 | 15 | 64 | 24 | 55 | 63 | 74 |
| Binary | 11001101 | 10110011 | 1100011 | 0 | 1101 | 110100 | 10100 | 101101 | 110011 | 111100 |
Color Harmonies of #CDB363
Complementary color
Monochromatic Colors of #CDB363
Black with #CDB363
Text Example
Text Example
White with #CDB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB363; }
p { color: rgb(205,179,99); }
H1.HeaderClassName
{
color: #CDB363;
}
.AnyTagClassName
{
color: #CDB363;
}
</style>
background-color css
<style>
a { background-color: #CDB363; }
a { background-color: rgb(205,179,99); }
div.DivClassName
{
background-color: #CDB363;
}
.BgClassName
{
background-color: #CDB363;
}
</style>
border-color css
<style>
span { border-color: #CDB363; }
span { border-color: rgb(205,179,99); }
td.TdClassName
{
border-color: #CDB363;
}
.TagClassName
{
border-color: #CDB363;
}
</style>