Shades of Tacha #DCBD63
Tints of Tacha #DCBD63
RGB
CMYK
RGB Variations
Color information
#DCBD63 (or 0xDCBD63) is known color: Tacha. HEX triplet: DC, BD and 63. RGB value is (220,189,99). Sum of RGB (Red+Green+Blue) = 220+189+99=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD63 is #23429C. Grayscale: #BCBCBC. Windows color (decimal): -2310813 or 6536668. OLE color: 6536668.
HSL color Cylindrical-coordinate representation of color #DCBD63: hue angle of 44.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCBD63 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 99 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.14 |
| HSL | 44.63º | 0.63% | 0.63% | - |
| HSV(B) | 44.63º | 0.55% | 0.86% | - |
| XYZ | 49.96 | 52.51 | 19.31 | - |
| YUV | 188.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 99 | 0 | 0.14 | 0.55 | 0.14 | 44.63 | 0.63 | 0.63 |
| Hex | DC | BD | 63 | 0 | E | 37 | E | 2D | 3F | 3F |
| Octal | 334 | 275 | 143 | 0 | 16 | 67 | 16 | 55 | 77 | 77 |
| Binary | 11011100 | 10111101 | 1100011 | 0 | 1110 | 110111 | 1110 | 101101 | 111111 | 111111 |
Color Harmonies of #DCBD63
Complementary color
Monochromatic Colors of #DCBD63
Black with #DCBD63
Text Example
Text Example
White with #DCBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD63; }
p { color: rgb(220,189,99); }
H1.HeaderClassName
{
color: #DCBD63;
}
.AnyTagClassName
{
color: #DCBD63;
}
</style>
background-color css
<style>
a { background-color: #DCBD63; }
a { background-color: rgb(220,189,99); }
div.DivClassName
{
background-color: #DCBD63;
}
.BgClassName
{
background-color: #DCBD63;
}
</style>
border-color css
<style>
span { border-color: #DCBD63; }
span { border-color: rgb(220,189,99); }
td.TdClassName
{
border-color: #DCBD63;
}
.TagClassName
{
border-color: #DCBD63;
}
</style>