Shades of Tacha #DDC75F
Tints of Tacha #DDC75F
RGB
CMYK
RGB Variations
Color information
#DDC75F (or 0xDDC75F) is known color: Tacha. HEX triplet: DD, C7 and 5F. RGB value is (221,199,95). Sum of RGB (Red+Green+Blue) = 221+199+95=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC75F is #2238A0. Grayscale: #C2C2C2. Windows color (decimal): -2242721 or 6277085. OLE color: 6277085.
HSL color Cylindrical-coordinate representation of color #DDC75F: hue angle of 49.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDC75F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 95 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.13 |
| HSL | 49.52º | 0.65% | 0.62% | - |
| HSV(B) | 49.52º | 0.57% | 0.87% | - |
| XYZ | 52.31 | 57.05 | 19.08 | - |
| YUV | 193.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 95 | 0 | 0.10 | 0.57 | 0.13 | 49.52 | 0.65 | 0.62 |
| Hex | DD | C7 | 5F | 0 | A | 39 | D | 32 | 41 | 3E |
| Octal | 335 | 307 | 137 | 0 | 12 | 71 | 15 | 62 | 101 | 76 |
| Binary | 11011101 | 11000111 | 1011111 | 0 | 1010 | 111001 | 1101 | 110010 | 1000001 | 111110 |
Color Harmonies of #DDC75F
Complementary color
Monochromatic Colors of #DDC75F
Black with #DDC75F
Text Example
Text Example
White with #DDC75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC75F; }
p { color: rgb(221,199,95); }
H1.HeaderClassName
{
color: #DDC75F;
}
.AnyTagClassName
{
color: #DDC75F;
}
</style>
background-color css
<style>
a { background-color: #DDC75F; }
a { background-color: rgb(221,199,95); }
div.DivClassName
{
background-color: #DDC75F;
}
.BgClassName
{
background-color: #DDC75F;
}
</style>
border-color css
<style>
span { border-color: #DDC75F; }
span { border-color: rgb(221,199,95); }
td.TdClassName
{
border-color: #DDC75F;
}
.TagClassName
{
border-color: #DDC75F;
}
</style>