Shades of Tacha #DDC75B
Tints of Tacha #DDC75B
RGB
CMYK
RGB Variations
Color information
#DDC75B (or 0xDDC75B) is known color: Tacha. HEX triplet: DD, C7 and 5B. RGB value is (221,199,91). Sum of RGB (Red+Green+Blue) = 221+199+91=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC75B is #2238A4. Grayscale: #C1C1C1. Windows color (decimal): -2242725 or 6014941. OLE color: 6014941.
HSL color Cylindrical-coordinate representation of color #DDC75B: hue angle of 49.85º 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 #DDC75B is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 91 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.13 |
| HSL | 49.85º | 0.66% | 0.61% | - |
| HSV(B) | 49.85º | 0.59% | 0.87% | - |
| XYZ | 52.13 | 56.97 | 18.15 | - |
| YUV | 193.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 91 | 0 | 0.10 | 0.59 | 0.13 | 49.85 | 0.66 | 0.61 |
| Hex | DD | C7 | 5B | 0 | A | 3B | D | 32 | 42 | 3D |
| Octal | 335 | 307 | 133 | 0 | 12 | 73 | 15 | 62 | 102 | 75 |
| Binary | 11011101 | 11000111 | 1011011 | 0 | 1010 | 111011 | 1101 | 110010 | 1000010 | 111101 |
Color Harmonies of #DDC75B
Complementary color
Monochromatic Colors of #DDC75B
Black with #DDC75B
Text Example
Text Example
White with #DDC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC75B; }
p { color: rgb(221,199,91); }
H1.HeaderClassName
{
color: #DDC75B;
}
.AnyTagClassName
{
color: #DDC75B;
}
</style>
background-color css
<style>
a { background-color: #DDC75B; }
a { background-color: rgb(221,199,91); }
div.DivClassName
{
background-color: #DDC75B;
}
.BgClassName
{
background-color: #DDC75B;
}
</style>
border-color css
<style>
span { border-color: #DDC75B; }
span { border-color: rgb(221,199,91); }
td.TdClassName
{
border-color: #DDC75B;
}
.TagClassName
{
border-color: #DDC75B;
}
</style>