Shades of Tacha #DDBF63
Tints of Tacha #DDBF63
RGB
CMYK
RGB Variations
Color information
#DDBF63 (or 0xDDBF63) is known color: Tacha. HEX triplet: DD, BF and 63. RGB value is (221,191,99). Sum of RGB (Red+Green+Blue) = 221+191+99=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF63 is #22409C. Grayscale: #BDBDBD. Windows color (decimal): -2244765 or 6537181. OLE color: 6537181.
HSL color Cylindrical-coordinate representation of color #DDBF63: hue angle of 45.25º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDBF63 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 99 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.13 |
| HSL | 45.25º | 0.64% | 0.63% | - |
| HSV(B) | 45.25º | 0.55% | 0.87% | - |
| XYZ | 50.7 | 53.53 | 19.47 | - |
| YUV | 189.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 99 | 0 | 0.14 | 0.55 | 0.13 | 45.25 | 0.64 | 0.63 |
| Hex | DD | BF | 63 | 0 | E | 37 | D | 2D | 40 | 3F |
| Octal | 335 | 277 | 143 | 0 | 16 | 67 | 15 | 55 | 100 | 77 |
| Binary | 11011101 | 10111111 | 1100011 | 0 | 1110 | 110111 | 1101 | 101101 | 1000000 | 111111 |
Color Harmonies of #DDBF63
Complementary color
Monochromatic Colors of #DDBF63
Black with #DDBF63
Text Example
Text Example
White with #DDBF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF63; }
p { color: rgb(221,191,99); }
H1.HeaderClassName
{
color: #DDBF63;
}
.AnyTagClassName
{
color: #DDBF63;
}
</style>
background-color css
<style>
a { background-color: #DDBF63; }
a { background-color: rgb(221,191,99); }
div.DivClassName
{
background-color: #DDBF63;
}
.BgClassName
{
background-color: #DDBF63;
}
</style>
border-color css
<style>
span { border-color: #DDBF63; }
span { border-color: rgb(221,191,99); }
td.TdClassName
{
border-color: #DDBF63;
}
.TagClassName
{
border-color: #DDBF63;
}
</style>