Shades of Tacha #DDC15F
Tints of Tacha #DDC15F
RGB
CMYK
RGB Variations
Color information
#DDC15F (or 0xDDC15F) is known color: Tacha. HEX triplet: DD, C1 and 5F. RGB value is (221,193,95). Sum of RGB (Red+Green+Blue) = 221+193+95=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC15F is #223EA0. Grayscale: #BEBEBE. Windows color (decimal): -2244257 or 6275549. OLE color: 6275549.
HSL color Cylindrical-coordinate representation of color #DDC15F: hue angle of 46.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDC15F is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 193 | 95 | - |
CMYK | 0 | 0.13 | 0.57 | 0.13 |
HSL | 46.67º | 0.65% | 0.62% | - |
HSV(B) | 46.67º | 0.57% | 0.87% | - |
XYZ | 50.95 | 54.34 | 18.63 | - |
YUV | 190.2 | 74.28 | 149.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 193 | 95 | 0 | 0.13 | 0.57 | 0.13 | 46.67 | 0.65 | 0.62 |
Hex | DD | C1 | 5F | 0 | D | 39 | D | 2F | 41 | 3E |
Octal | 335 | 301 | 137 | 0 | 15 | 71 | 15 | 57 | 101 | 76 |
Binary | 11011101 | 11000001 | 1011111 | 0 | 1101 | 111001 | 1101 | 101111 | 1000001 | 111110 |
Color Harmonies of #DDC15F
Complementary color
Monochromatic Colors of #DDC15F
Black with #DDC15F
Text Example
Text Example
White with #DDC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC15F; }
p { color: rgb(221,193,95); }
H1.HeaderClassName
{
color: #DDC15F;
}
.AnyTagClassName
{
color: #DDC15F;
}
</style>
background-color css
<style>
a { background-color: #DDC15F; }
a { background-color: rgb(221,193,95); }
div.DivClassName
{
background-color: #DDC15F;
}
.BgClassName
{
background-color: #DDC15F;
}
</style>
border-color css
<style>
span { border-color: #DDC15F; }
span { border-color: rgb(221,193,95); }
td.TdClassName
{
border-color: #DDC15F;
}
.TagClassName
{
border-color: #DDC15F;
}
</style>