Shades of Tacha #DDC154
Tints of Tacha #DDC154
RGB
CMYK
RGB Variations
Color information
#DDC154 (or 0xDDC154) is known color: Tacha. HEX triplet: DD, C1 and 54. RGB value is (221,193,84). Sum of RGB (Red+Green+Blue) = 221+193+84=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC154 is #223EAB. Grayscale: #BDBDBD. Windows color (decimal): -2244268 or 5554653. OLE color: 5554653.
HSL color Cylindrical-coordinate representation of color #DDC154: hue angle of 47.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDC154 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 84 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.13 |
| HSL | 47.74º | 0.67% | 0.6% | - |
| HSV(B) | 47.74º | 0.62% | 0.87% | - |
| XYZ | 50.49 | 54.15 | 16.18 | - |
| YUV | 188.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 84 | 0 | 0.13 | 0.62 | 0.13 | 47.74 | 0.67 | 0.6 |
| Hex | DD | C1 | 54 | 0 | D | 3E | D | 30 | 43 | 3C |
| Octal | 335 | 301 | 124 | 0 | 15 | 76 | 15 | 60 | 103 | 74 |
| Binary | 11011101 | 11000001 | 1010100 | 0 | 1101 | 111110 | 1101 | 110000 | 1000011 | 111100 |
Color Harmonies of #DDC154
Complementary color
Monochromatic Colors of #DDC154
Black with #DDC154
Text Example
Text Example
White with #DDC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC154; }
p { color: rgb(221,193,84); }
H1.HeaderClassName
{
color: #DDC154;
}
.AnyTagClassName
{
color: #DDC154;
}
</style>
background-color css
<style>
a { background-color: #DDC154; }
a { background-color: rgb(221,193,84); }
div.DivClassName
{
background-color: #DDC154;
}
.BgClassName
{
background-color: #DDC154;
}
</style>
border-color css
<style>
span { border-color: #DDC154; }
span { border-color: rgb(221,193,84); }
td.TdClassName
{
border-color: #DDC154;
}
.TagClassName
{
border-color: #DDC154;
}
</style>