Shades of Tacha #DDC55F
Tints of Tacha #DDC55F
RGB
CMYK
RGB Variations
Color information
#DDC55F (or 0xDDC55F) is known color: Tacha. HEX triplet: DD, C5 and 5F. RGB value is (221,197,95). Sum of RGB (Red+Green+Blue) = 221+197+95=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC55F is #223AA0. Grayscale: #C0C0C0. Windows color (decimal): -2243233 or 6276573. OLE color: 6276573.
HSL color Cylindrical-coordinate representation of color #DDC55F: hue angle of 48.57º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDC55F is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 95 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.13 |
| HSL | 48.57º | 0.65% | 0.62% | - |
| HSV(B) | 48.57º | 0.57% | 0.87% | - |
| XYZ | 51.85 | 56.13 | 18.93 | - |
| YUV | 192.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 95 | 0 | 0.11 | 0.57 | 0.13 | 48.57 | 0.65 | 0.62 |
| Hex | DD | C5 | 5F | 0 | B | 39 | D | 31 | 41 | 3E |
| Octal | 335 | 305 | 137 | 0 | 13 | 71 | 15 | 61 | 101 | 76 |
| Binary | 11011101 | 11000101 | 1011111 | 0 | 1011 | 111001 | 1101 | 110001 | 1000001 | 111110 |
Color Harmonies of #DDC55F
Complementary color
Monochromatic Colors of #DDC55F
Black with #DDC55F
Text Example
Text Example
White with #DDC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC55F; }
p { color: rgb(221,197,95); }
H1.HeaderClassName
{
color: #DDC55F;
}
.AnyTagClassName
{
color: #DDC55F;
}
</style>
background-color css
<style>
a { background-color: #DDC55F; }
a { background-color: rgb(221,197,95); }
div.DivClassName
{
background-color: #DDC55F;
}
.BgClassName
{
background-color: #DDC55F;
}
</style>
border-color css
<style>
span { border-color: #DDC55F; }
span { border-color: rgb(221,197,95); }
td.TdClassName
{
border-color: #DDC55F;
}
.TagClassName
{
border-color: #DDC55F;
}
</style>