Shades of Tacha #DDC35A
Tints of Tacha #DDC35A
RGB
CMYK
RGB Variations
Color information
#DDC35A (or 0xDDC35A) is known color: Tacha. HEX triplet: DD, C3 and 5A. RGB value is (221,195,90). Sum of RGB (Red+Green+Blue) = 221+195+90=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC35A is #223CA5. Grayscale: #BFBFBF. Windows color (decimal): -2243750 or 5948381. OLE color: 5948381.
HSL color Cylindrical-coordinate representation of color #DDC35A: hue angle of 48.09º 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 #DDC35A is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 90 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.13 |
| HSL | 48.09º | 0.66% | 0.61% | - |
| HSV(B) | 48.09º | 0.59% | 0.87% | - |
| XYZ | 51.18 | 55.14 | 17.62 | - |
| YUV | 190.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 90 | 0 | 0.12 | 0.59 | 0.13 | 48.09 | 0.66 | 0.61 |
| Hex | DD | C3 | 5A | 0 | C | 3B | D | 30 | 42 | 3D |
| Octal | 335 | 303 | 132 | 0 | 14 | 73 | 15 | 60 | 102 | 75 |
| Binary | 11011101 | 11000011 | 1011010 | 0 | 1100 | 111011 | 1101 | 110000 | 1000010 | 111101 |
Color Harmonies of #DDC35A
Complementary color
Monochromatic Colors of #DDC35A
Black with #DDC35A
Text Example
Text Example
White with #DDC35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC35A; }
p { color: rgb(221,195,90); }
H1.HeaderClassName
{
color: #DDC35A;
}
.AnyTagClassName
{
color: #DDC35A;
}
</style>
background-color css
<style>
a { background-color: #DDC35A; }
a { background-color: rgb(221,195,90); }
div.DivClassName
{
background-color: #DDC35A;
}
.BgClassName
{
background-color: #DDC35A;
}
</style>
border-color css
<style>
span { border-color: #DDC35A; }
span { border-color: rgb(221,195,90); }
td.TdClassName
{
border-color: #DDC35A;
}
.TagClassName
{
border-color: #DDC35A;
}
</style>