Shades of Tacha #DDC55B
Tints of Tacha #DDC55B
RGB
CMYK
RGB Variations
Color information
#DDC55B (or 0xDDC55B) is known color: Tacha. HEX triplet: DD, C5 and 5B. RGB value is (221,197,91). Sum of RGB (Red+Green+Blue) = 221+197+91=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC55B is #223AA4. Grayscale: #C0C0C0. Windows color (decimal): -2243237 or 6014429. OLE color: 6014429.
HSL color Cylindrical-coordinate representation of color #DDC55B: hue angle of 48.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDC55B is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 91 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.13 |
| HSL | 48.92º | 0.66% | 0.61% | - |
| HSV(B) | 48.92º | 0.59% | 0.87% | - |
| XYZ | 51.67 | 56.06 | 17.99 | - |
| YUV | 192.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 91 | 0 | 0.11 | 0.59 | 0.13 | 48.92 | 0.66 | 0.61 |
| Hex | DD | C5 | 5B | 0 | B | 3B | D | 31 | 42 | 3D |
| Octal | 335 | 305 | 133 | 0 | 13 | 73 | 15 | 61 | 102 | 75 |
| Binary | 11011101 | 11000101 | 1011011 | 0 | 1011 | 111011 | 1101 | 110001 | 1000010 | 111101 |
Color Harmonies of #DDC55B
Complementary color
Monochromatic Colors of #DDC55B
Black with #DDC55B
Text Example
Text Example
White with #DDC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC55B; }
p { color: rgb(221,197,91); }
H1.HeaderClassName
{
color: #DDC55B;
}
.AnyTagClassName
{
color: #DDC55B;
}
</style>
background-color css
<style>
a { background-color: #DDC55B; }
a { background-color: rgb(221,197,91); }
div.DivClassName
{
background-color: #DDC55B;
}
.BgClassName
{
background-color: #DDC55B;
}
</style>
border-color css
<style>
span { border-color: #DDC55B; }
span { border-color: rgb(221,197,91); }
td.TdClassName
{
border-color: #DDC55B;
}
.TagClassName
{
border-color: #DDC55B;
}
</style>