Shades of Tacha #DDC05B
Tints of Tacha #DDC05B
RGB
CMYK
RGB Variations
Color information
#DDC05B (or 0xDDC05B) is known color: Tacha. HEX triplet: DD, C0 and 5B. RGB value is (221,192,91). Sum of RGB (Red+Green+Blue) = 221+192+91=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC05B is #223FA4. Grayscale: #BDBDBD. Windows color (decimal): -2244517 or 6013149. OLE color: 6013149.
HSL color Cylindrical-coordinate representation of color #DDC05B: hue angle of 46.62º 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 #DDC05B is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 91 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.13 |
| HSL | 46.62º | 0.66% | 0.61% | - |
| HSV(B) | 46.62º | 0.59% | 0.87% | - |
| XYZ | 50.56 | 53.83 | 17.62 | - |
| YUV | 189.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 91 | 0 | 0.13 | 0.59 | 0.13 | 46.62 | 0.66 | 0.61 |
| Hex | DD | C0 | 5B | 0 | D | 3B | D | 2F | 42 | 3D |
| Octal | 335 | 300 | 133 | 0 | 15 | 73 | 15 | 57 | 102 | 75 |
| Binary | 11011101 | 11000000 | 1011011 | 0 | 1101 | 111011 | 1101 | 101111 | 1000010 | 111101 |
Color Harmonies of #DDC05B
Complementary color
Monochromatic Colors of #DDC05B
Black with #DDC05B
Text Example
Text Example
White with #DDC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC05B; }
p { color: rgb(221,192,91); }
H1.HeaderClassName
{
color: #DDC05B;
}
.AnyTagClassName
{
color: #DDC05B;
}
</style>
background-color css
<style>
a { background-color: #DDC05B; }
a { background-color: rgb(221,192,91); }
div.DivClassName
{
background-color: #DDC05B;
}
.BgClassName
{
background-color: #DDC05B;
}
</style>
border-color css
<style>
span { border-color: #DDC05B; }
span { border-color: rgb(221,192,91); }
td.TdClassName
{
border-color: #DDC05B;
}
.TagClassName
{
border-color: #DDC05B;
}
</style>