Shades of Tacha #DDC85A
Tints of Tacha #DDC85A
RGB
CMYK
RGB Variations
Color information
#DDC85A (or 0xDDC85A) is known color: Tacha. HEX triplet: DD, C8 and 5A. RGB value is (221,200,90). Sum of RGB (Red+Green+Blue) = 221+200+90=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC85A is #2237A5. Grayscale: #C2C2C2. Windows color (decimal): -2242470 or 5949661. OLE color: 5949661.
HSL color Cylindrical-coordinate representation of color #DDC85A: hue angle of 50.38º 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 #DDC85A is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 90 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.13 |
| HSL | 50.38º | 0.66% | 0.61% | - |
| HSV(B) | 50.38º | 0.59% | 0.87% | - |
| XYZ | 52.32 | 57.42 | 18 | - |
| YUV | 193.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 90 | 0 | 0.10 | 0.59 | 0.13 | 50.38 | 0.66 | 0.61 |
| Hex | DD | C8 | 5A | 0 | A | 3B | D | 32 | 42 | 3D |
| Octal | 335 | 310 | 132 | 0 | 12 | 73 | 15 | 62 | 102 | 75 |
| Binary | 11011101 | 11001000 | 1011010 | 0 | 1010 | 111011 | 1101 | 110010 | 1000010 | 111101 |
Color Harmonies of #DDC85A
Complementary color
Monochromatic Colors of #DDC85A
Black with #DDC85A
Text Example
Text Example
White with #DDC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC85A; }
p { color: rgb(221,200,90); }
H1.HeaderClassName
{
color: #DDC85A;
}
.AnyTagClassName
{
color: #DDC85A;
}
</style>
background-color css
<style>
a { background-color: #DDC85A; }
a { background-color: rgb(221,200,90); }
div.DivClassName
{
background-color: #DDC85A;
}
.BgClassName
{
background-color: #DDC85A;
}
</style>
border-color css
<style>
span { border-color: #DDC85A; }
span { border-color: rgb(221,200,90); }
td.TdClassName
{
border-color: #DDC85A;
}
.TagClassName
{
border-color: #DDC85A;
}
</style>