Shades of Tacha #DDC65C
Tints of Tacha #DDC65C
RGB
CMYK
RGB Variations
Color information
#DDC65C (or 0xDDC65C) is known color: Tacha. HEX triplet: DD, C6 and 5C. RGB value is (221,198,92). Sum of RGB (Red+Green+Blue) = 221+198+92=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC65C is #2239A3. Grayscale: #C1C1C1. Windows color (decimal): -2242980 or 6080221. OLE color: 6080221.
HSL color Cylindrical-coordinate representation of color #DDC65C: hue angle of 49.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDC65C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 92 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.13 |
| HSL | 49.3º | 0.65% | 0.61% | - |
| HSV(B) | 49.3º | 0.58% | 0.87% | - |
| XYZ | 51.94 | 56.53 | 18.3 | - |
| YUV | 192.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 92 | 0 | 0.10 | 0.58 | 0.13 | 49.3 | 0.65 | 0.61 |
| Hex | DD | C6 | 5C | 0 | A | 3A | D | 31 | 41 | 3D |
| Octal | 335 | 306 | 134 | 0 | 12 | 72 | 15 | 61 | 101 | 75 |
| Binary | 11011101 | 11000110 | 1011100 | 0 | 1010 | 111010 | 1101 | 110001 | 1000001 | 111101 |
Color Harmonies of #DDC65C
Complementary color
Monochromatic Colors of #DDC65C
Black with #DDC65C
Text Example
Text Example
White with #DDC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC65C; }
p { color: rgb(221,198,92); }
H1.HeaderClassName
{
color: #DDC65C;
}
.AnyTagClassName
{
color: #DDC65C;
}
</style>
background-color css
<style>
a { background-color: #DDC65C; }
a { background-color: rgb(221,198,92); }
div.DivClassName
{
background-color: #DDC65C;
}
.BgClassName
{
background-color: #DDC65C;
}
</style>
border-color css
<style>
span { border-color: #DDC65C; }
span { border-color: rgb(221,198,92); }
td.TdClassName
{
border-color: #DDC65C;
}
.TagClassName
{
border-color: #DDC65C;
}
</style>