Shades of Tacha #DDC157
Tints of Tacha #DDC157
RGB
CMYK
RGB Variations
Color information
#DDC157 (or 0xDDC157) is known color: Tacha. HEX triplet: DD, C1 and 57. RGB value is (221,193,87). Sum of RGB (Red+Green+Blue) = 221+193+87=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC157 is #223EA8. Grayscale: #BDBDBD. Windows color (decimal): -2244265 or 5751261. OLE color: 5751261.
HSL color Cylindrical-coordinate representation of color #DDC157: hue angle of 47.46º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDC157 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 87 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.13 |
| HSL | 47.46º | 0.66% | 0.6% | - |
| HSV(B) | 47.46º | 0.61% | 0.87% | - |
| XYZ | 50.61 | 54.2 | 16.81 | - |
| YUV | 189.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 87 | 0 | 0.13 | 0.61 | 0.13 | 47.46 | 0.66 | 0.6 |
| Hex | DD | C1 | 57 | 0 | D | 3D | D | 2F | 42 | 3C |
| Octal | 335 | 301 | 127 | 0 | 15 | 75 | 15 | 57 | 102 | 74 |
| Binary | 11011101 | 11000001 | 1010111 | 0 | 1101 | 111101 | 1101 | 101111 | 1000010 | 111100 |
Color Harmonies of #DDC157
Complementary color
Monochromatic Colors of #DDC157
Black with #DDC157
Text Example
Text Example
White with #DDC157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC157; }
p { color: rgb(221,193,87); }
H1.HeaderClassName
{
color: #DDC157;
}
.AnyTagClassName
{
color: #DDC157;
}
</style>
background-color css
<style>
a { background-color: #DDC157; }
a { background-color: rgb(221,193,87); }
div.DivClassName
{
background-color: #DDC157;
}
.BgClassName
{
background-color: #DDC157;
}
</style>
border-color css
<style>
span { border-color: #DDC157; }
span { border-color: rgb(221,193,87); }
td.TdClassName
{
border-color: #DDC157;
}
.TagClassName
{
border-color: #DDC157;
}
</style>