Shades of Tacha #DDC658
Tints of Tacha #DDC658
RGB
CMYK
RGB Variations
Color information
#DDC658 (or 0xDDC658) is known color: Tacha. HEX triplet: DD, C6 and 58. RGB value is (221,198,88). Sum of RGB (Red+Green+Blue) = 221+198+88=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC658 is #2239A7. Grayscale: #C0C0C0. Windows color (decimal): -2242984 or 5818077. OLE color: 5818077.
HSL color Cylindrical-coordinate representation of color #DDC658: hue angle of 49.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDC658 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 88 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.13 |
| HSL | 49.62º | 0.66% | 0.61% | - |
| HSV(B) | 49.62º | 0.6% | 0.87% | - |
| XYZ | 51.77 | 56.46 | 17.4 | - |
| YUV | 192.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 88 | 0 | 0.10 | 0.60 | 0.13 | 49.62 | 0.66 | 0.61 |
| Hex | DD | C6 | 58 | 0 | A | 3C | D | 32 | 42 | 3D |
| Octal | 335 | 306 | 130 | 0 | 12 | 74 | 15 | 62 | 102 | 75 |
| Binary | 11011101 | 11000110 | 1011000 | 0 | 1010 | 111100 | 1101 | 110010 | 1000010 | 111101 |
Color Harmonies of #DDC658
Complementary color
Monochromatic Colors of #DDC658
Black with #DDC658
Text Example
Text Example
White with #DDC658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC658; }
p { color: rgb(221,198,88); }
H1.HeaderClassName
{
color: #DDC658;
}
.AnyTagClassName
{
color: #DDC658;
}
</style>
background-color css
<style>
a { background-color: #DDC658; }
a { background-color: rgb(221,198,88); }
div.DivClassName
{
background-color: #DDC658;
}
.BgClassName
{
background-color: #DDC658;
}
</style>
border-color css
<style>
span { border-color: #DDC658; }
span { border-color: rgb(221,198,88); }
td.TdClassName
{
border-color: #DDC658;
}
.TagClassName
{
border-color: #DDC658;
}
</style>