Shades of Tacha #DCBF62
Tints of Tacha #DCBF62
RGB
CMYK
RGB Variations
Color information
#DCBF62 (or 0xDCBF62) is known color: Tacha. HEX triplet: DC, BF and 62. RGB value is (220,191,98). Sum of RGB (Red+Green+Blue) = 220+191+98=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF62 is #23409D. Grayscale: #BDBDBD. Windows color (decimal): -2310302 or 6471644. OLE color: 6471644.
HSL color Cylindrical-coordinate representation of color #DCBF62: hue angle of 45.74º 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 #DCBF62 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 98 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.14 |
| HSL | 45.74º | 0.64% | 0.62% | - |
| HSV(B) | 45.74º | 0.55% | 0.86% | - |
| XYZ | 50.35 | 53.36 | 19.2 | - |
| YUV | 189.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 98 | 0 | 0.13 | 0.55 | 0.14 | 45.74 | 0.64 | 0.62 |
| Hex | DC | BF | 62 | 0 | D | 37 | E | 2E | 40 | 3E |
| Octal | 334 | 277 | 142 | 0 | 15 | 67 | 16 | 56 | 100 | 76 |
| Binary | 11011100 | 10111111 | 1100010 | 0 | 1101 | 110111 | 1110 | 101110 | 1000000 | 111110 |
Color Harmonies of #DCBF62
Complementary color
Monochromatic Colors of #DCBF62
Black with #DCBF62
Text Example
Text Example
White with #DCBF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF62; }
p { color: rgb(220,191,98); }
H1.HeaderClassName
{
color: #DCBF62;
}
.AnyTagClassName
{
color: #DCBF62;
}
</style>
background-color css
<style>
a { background-color: #DCBF62; }
a { background-color: rgb(220,191,98); }
div.DivClassName
{
background-color: #DCBF62;
}
.BgClassName
{
background-color: #DCBF62;
}
</style>
border-color css
<style>
span { border-color: #DCBF62; }
span { border-color: rgb(220,191,98); }
td.TdClassName
{
border-color: #DCBF62;
}
.TagClassName
{
border-color: #DCBF62;
}
</style>