Shades of Tacha #CDBD63
Tints of Tacha #CDBD63
RGB
CMYK
RGB Variations
Color information
#CDBD63 (or 0xCDBD63) is known color: Tacha. HEX triplet: CD, BD and 63. RGB value is (205,189,99). Sum of RGB (Red+Green+Blue) = 205+189+99=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBD63 is #32429C. Grayscale: #B7B7B7. Windows color (decimal): -3293853 or 6536653. OLE color: 6536653.
HSL color Cylindrical-coordinate representation of color #CDBD63: hue angle of 50.94º 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 #CDBD63 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 99 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.20 |
| HSL | 50.94º | 0.51% | 0.6% | - |
| HSV(B) | 50.94º | 0.52% | 0.8% | - |
| XYZ | 45.63 | 50.28 | 19.1 | - |
| YUV | 183.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 99 | 0 | 0.08 | 0.52 | 0.20 | 50.94 | 0.51 | 0.6 |
| Hex | CD | BD | 63 | 0 | 8 | 34 | 14 | 33 | 33 | 3C |
| Octal | 315 | 275 | 143 | 0 | 10 | 64 | 24 | 63 | 63 | 74 |
| Binary | 11001101 | 10111101 | 1100011 | 0 | 1000 | 110100 | 10100 | 110011 | 110011 | 111100 |
Color Harmonies of #CDBD63
Complementary color
Monochromatic Colors of #CDBD63
Black with #CDBD63
Text Example
Text Example
White with #CDBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBD63; }
p { color: rgb(205,189,99); }
H1.HeaderClassName
{
color: #CDBD63;
}
.AnyTagClassName
{
color: #CDBD63;
}
</style>
background-color css
<style>
a { background-color: #CDBD63; }
a { background-color: rgb(205,189,99); }
div.DivClassName
{
background-color: #CDBD63;
}
.BgClassName
{
background-color: #CDBD63;
}
</style>
border-color css
<style>
span { border-color: #CDBD63; }
span { border-color: rgb(205,189,99); }
td.TdClassName
{
border-color: #CDBD63;
}
.TagClassName
{
border-color: #CDBD63;
}
</style>