Shades of Tacha #DDC258
Tints of Tacha #DDC258
RGB
CMYK
RGB Variations
Color information
#DDC258 (or 0xDDC258) is known color: Tacha. HEX triplet: DD, C2 and 58. RGB value is (221,194,88). Sum of RGB (Red+Green+Blue) = 221+194+88=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC258 is #223DA7. Grayscale: #BEBEBE. Windows color (decimal): -2244008 or 5817053. OLE color: 5817053.
HSL color Cylindrical-coordinate representation of color #DDC258: hue angle of 47.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDC258 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 88 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.13 |
| HSL | 47.82º | 0.66% | 0.61% | - |
| HSV(B) | 47.82º | 0.6% | 0.87% | - |
| XYZ | 50.87 | 54.66 | 17.1 | - |
| YUV | 189.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 88 | 0 | 0.12 | 0.60 | 0.13 | 47.82 | 0.66 | 0.61 |
| Hex | DD | C2 | 58 | 0 | C | 3C | D | 30 | 42 | 3D |
| Octal | 335 | 302 | 130 | 0 | 14 | 74 | 15 | 60 | 102 | 75 |
| Binary | 11011101 | 11000010 | 1011000 | 0 | 1100 | 111100 | 1101 | 110000 | 1000010 | 111101 |
Color Harmonies of #DDC258
Complementary color
Monochromatic Colors of #DDC258
Black with #DDC258
Text Example
Text Example
White with #DDC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC258; }
p { color: rgb(221,194,88); }
H1.HeaderClassName
{
color: #DDC258;
}
.AnyTagClassName
{
color: #DDC258;
}
</style>
background-color css
<style>
a { background-color: #DDC258; }
a { background-color: rgb(221,194,88); }
div.DivClassName
{
background-color: #DDC258;
}
.BgClassName
{
background-color: #DDC258;
}
</style>
border-color css
<style>
span { border-color: #DDC258; }
span { border-color: rgb(221,194,88); }
td.TdClassName
{
border-color: #DDC258;
}
.TagClassName
{
border-color: #DDC258;
}
</style>