Shades of Tacha #DDC05C
Tints of Tacha #DDC05C
RGB
CMYK
RGB Variations
Color information
#DDC05C (or 0xDDC05C) is known color: Tacha. HEX triplet: DD, C0 and 5C. RGB value is (221,192,92). Sum of RGB (Red+Green+Blue) = 221+192+92=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC05C is #223FA3. Grayscale: #BDBDBD. Windows color (decimal): -2244516 or 6078685. OLE color: 6078685.
HSL color Cylindrical-coordinate representation of color #DDC05C: hue angle of 46.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDC05C is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 92 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.13 |
| HSL | 46.51º | 0.65% | 0.61% | - |
| HSV(B) | 46.51º | 0.58% | 0.87% | - |
| XYZ | 50.6 | 53.84 | 17.85 | - |
| YUV | 189.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 92 | 0 | 0.13 | 0.58 | 0.13 | 46.51 | 0.65 | 0.61 |
| Hex | DD | C0 | 5C | 0 | D | 3A | D | 2F | 41 | 3D |
| Octal | 335 | 300 | 134 | 0 | 15 | 72 | 15 | 57 | 101 | 75 |
| Binary | 11011101 | 11000000 | 1011100 | 0 | 1101 | 111010 | 1101 | 101111 | 1000001 | 111101 |
Color Harmonies of #DDC05C
Complementary color
Monochromatic Colors of #DDC05C
Black with #DDC05C
Text Example
Text Example
White with #DDC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC05C; }
p { color: rgb(221,192,92); }
H1.HeaderClassName
{
color: #DDC05C;
}
.AnyTagClassName
{
color: #DDC05C;
}
</style>
background-color css
<style>
a { background-color: #DDC05C; }
a { background-color: rgb(221,192,92); }
div.DivClassName
{
background-color: #DDC05C;
}
.BgClassName
{
background-color: #DDC05C;
}
</style>
border-color css
<style>
span { border-color: #DDC05C; }
span { border-color: rgb(221,192,92); }
td.TdClassName
{
border-color: #DDC05C;
}
.TagClassName
{
border-color: #DDC05C;
}
</style>