Shades of Tacha #DDC357
Tints of Tacha #DDC357
RGB
CMYK
RGB Variations
Color information
#DDC357 (or 0xDDC357) is known color: Tacha. HEX triplet: DD, C3 and 57. RGB value is (221,195,87). Sum of RGB (Red+Green+Blue) = 221+195+87=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC357 is #223CA8. Grayscale: #BEBEBE. Windows color (decimal): -2243753 or 5751773. OLE color: 5751773.
HSL color Cylindrical-coordinate representation of color #DDC357: hue angle of 48.36º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDC357 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 87 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.13 |
| HSL | 48.36º | 0.66% | 0.6% | - |
| HSV(B) | 48.36º | 0.61% | 0.87% | - |
| XYZ | 51.05 | 55.09 | 16.96 | - |
| YUV | 190.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 87 | 0 | 0.12 | 0.61 | 0.13 | 48.36 | 0.66 | 0.6 |
| Hex | DD | C3 | 57 | 0 | C | 3D | D | 30 | 42 | 3C |
| Octal | 335 | 303 | 127 | 0 | 14 | 75 | 15 | 60 | 102 | 74 |
| Binary | 11011101 | 11000011 | 1010111 | 0 | 1100 | 111101 | 1101 | 110000 | 1000010 | 111100 |
Color Harmonies of #DDC357
Complementary color
Monochromatic Colors of #DDC357
Black with #DDC357
Text Example
Text Example
White with #DDC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC357; }
p { color: rgb(221,195,87); }
H1.HeaderClassName
{
color: #DDC357;
}
.AnyTagClassName
{
color: #DDC357;
}
</style>
background-color css
<style>
a { background-color: #DDC357; }
a { background-color: rgb(221,195,87); }
div.DivClassName
{
background-color: #DDC357;
}
.BgClassName
{
background-color: #DDC357;
}
</style>
border-color css
<style>
span { border-color: #DDC357; }
span { border-color: rgb(221,195,87); }
td.TdClassName
{
border-color: #DDC357;
}
.TagClassName
{
border-color: #DDC357;
}
</style>