Shades of Tacha #DCBD62
Tints of Tacha #DCBD62
RGB
CMYK
RGB Variations
Color information
#DCBD62 (or 0xDCBD62) is known color: Tacha. HEX triplet: DC, BD and 62. RGB value is (220,189,98). Sum of RGB (Red+Green+Blue) = 220+189+98=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD62 is #23429D. Grayscale: #BCBCBC. Windows color (decimal): -2310814 or 6471132. OLE color: 6471132.
HSL color Cylindrical-coordinate representation of color #DCBD62: hue angle of 44.75º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCBD62 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 98 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.14 |
| HSL | 44.75º | 0.64% | 0.62% | - |
| HSV(B) | 44.75º | 0.55% | 0.86% | - |
| XYZ | 49.92 | 52.49 | 19.06 | - |
| YUV | 187.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 98 | 0 | 0.14 | 0.55 | 0.14 | 44.75 | 0.64 | 0.62 |
| Hex | DC | BD | 62 | 0 | E | 37 | E | 2D | 40 | 3E |
| Octal | 334 | 275 | 142 | 0 | 16 | 67 | 16 | 55 | 100 | 76 |
| Binary | 11011100 | 10111101 | 1100010 | 0 | 1110 | 110111 | 1110 | 101101 | 1000000 | 111110 |
Color Harmonies of #DCBD62
Complementary color
Monochromatic Colors of #DCBD62
Black with #DCBD62
Text Example
Text Example
White with #DCBD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD62; }
p { color: rgb(220,189,98); }
H1.HeaderClassName
{
color: #DCBD62;
}
.AnyTagClassName
{
color: #DCBD62;
}
</style>
background-color css
<style>
a { background-color: #DCBD62; }
a { background-color: rgb(220,189,98); }
div.DivClassName
{
background-color: #DCBD62;
}
.BgClassName
{
background-color: #DCBD62;
}
</style>
border-color css
<style>
span { border-color: #DCBD62; }
span { border-color: rgb(220,189,98); }
td.TdClassName
{
border-color: #DCBD62;
}
.TagClassName
{
border-color: #DCBD62;
}
</style>