Shades of Tacha #DDC25B
Tints of Tacha #DDC25B
RGB
CMYK
RGB Variations
Color information
#DDC25B (or 0xDDC25B) is known color: Tacha. HEX triplet: DD, C2 and 5B. RGB value is (221,194,91). Sum of RGB (Red+Green+Blue) = 221+194+91=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC25B is #223DA4. Grayscale: #BEBEBE. Windows color (decimal): -2244005 or 6013661. OLE color: 6013661.
HSL color Cylindrical-coordinate representation of color #DDC25B: hue angle of 47.54º 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 #DDC25B is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 91 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.13 |
| HSL | 47.54º | 0.66% | 0.61% | - |
| HSV(B) | 47.54º | 0.59% | 0.87% | - |
| XYZ | 51 | 54.71 | 17.77 | - |
| YUV | 190.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 91 | 0 | 0.12 | 0.59 | 0.13 | 47.54 | 0.66 | 0.61 |
| Hex | DD | C2 | 5B | 0 | C | 3B | D | 30 | 42 | 3D |
| Octal | 335 | 302 | 133 | 0 | 14 | 73 | 15 | 60 | 102 | 75 |
| Binary | 11011101 | 11000010 | 1011011 | 0 | 1100 | 111011 | 1101 | 110000 | 1000010 | 111101 |
Color Harmonies of #DDC25B
Complementary color
Monochromatic Colors of #DDC25B
Black with #DDC25B
Text Example
Text Example
White with #DDC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC25B; }
p { color: rgb(221,194,91); }
H1.HeaderClassName
{
color: #DDC25B;
}
.AnyTagClassName
{
color: #DDC25B;
}
</style>
background-color css
<style>
a { background-color: #DDC25B; }
a { background-color: rgb(221,194,91); }
div.DivClassName
{
background-color: #DDC25B;
}
.BgClassName
{
background-color: #DDC25B;
}
</style>
border-color css
<style>
span { border-color: #DDC25B; }
span { border-color: rgb(221,194,91); }
td.TdClassName
{
border-color: #DDC25B;
}
.TagClassName
{
border-color: #DDC25B;
}
</style>