Shades of Tacha #DDC35D
Tints of Tacha #DDC35D
RGB
CMYK
RGB Variations
Color information
#DDC35D (or 0xDDC35D) is known color: Tacha. HEX triplet: DD, C3 and 5D. RGB value is (221,195,93). Sum of RGB (Red+Green+Blue) = 221+195+93=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC35D is #223CA2. Grayscale: #BFBFBF. Windows color (decimal): -2243747 or 6144989. OLE color: 6144989.
HSL color Cylindrical-coordinate representation of color #DDC35D: hue angle of 47.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDC35D is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 93 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.13 |
| HSL | 47.81º | 0.65% | 0.62% | - |
| HSV(B) | 47.81º | 0.58% | 0.87% | - |
| XYZ | 51.31 | 55.19 | 18.3 | - |
| YUV | 191.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 93 | 0 | 0.12 | 0.58 | 0.13 | 47.81 | 0.65 | 0.62 |
| Hex | DD | C3 | 5D | 0 | C | 3A | D | 30 | 41 | 3E |
| Octal | 335 | 303 | 135 | 0 | 14 | 72 | 15 | 60 | 101 | 76 |
| Binary | 11011101 | 11000011 | 1011101 | 0 | 1100 | 111010 | 1101 | 110000 | 1000001 | 111110 |
Color Harmonies of #DDC35D
Complementary color
Monochromatic Colors of #DDC35D
Black with #DDC35D
Text Example
Text Example
White with #DDC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC35D; }
p { color: rgb(221,195,93); }
H1.HeaderClassName
{
color: #DDC35D;
}
.AnyTagClassName
{
color: #DDC35D;
}
</style>
background-color css
<style>
a { background-color: #DDC35D; }
a { background-color: rgb(221,195,93); }
div.DivClassName
{
background-color: #DDC35D;
}
.BgClassName
{
background-color: #DDC35D;
}
</style>
border-color css
<style>
span { border-color: #DDC35D; }
span { border-color: rgb(221,195,93); }
td.TdClassName
{
border-color: #DDC35D;
}
.TagClassName
{
border-color: #DDC35D;
}
</style>