#ddc159

Color #DDC159 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #DDC159

Tints of Tacha #DDC159

Color information

#DDC159 (or 0xDDC159) is unknown color: approx Tacha. HEX triplet: DD, C1 and 59. RGB value is (221,193,89). Sum of RGB (Red+Green+Blue) = 221+193+89=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC159 is #223EA6. Grayscale: #BDBDBD. Windows color (decimal): -2244263 or 5882333. OLE color: 5882333.

HSL color Cylindrical-coordinate representation of color #DDC159: hue angle of 47.27º 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 #DDC159 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22119389-
CMYK00.130.600.13
HSL47.27º66%60.78%-
HSV(B)47.27º59.73%86.67%-
XYZ50.6954.2317.25-
YUV189.5271.28150.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 89 (35.16% from 255) = 17.69%
R=43.94%
G=38.37%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211938900.130.600.1347.276660.78
HexDDC1590D3CD2f423d
Octal33530113101574155710275
Binary110111011100000110110010110111110011011011111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc159; }

 p { color: rgb(221,193,89); }

 H1.HeaderClassName
 {
   color: #ddc159;
 }
 .AnyTagClassName
 {
   color: #ddc159;
 }
</style>
background-color css

<style>
 a { background-color: #ddc159; }

 a { background-color: rgb(221,193,89); }

 div.DivClassName
 {
   background-color: #ddc159;
 }
 .BgClassName
 {
   background-color: #ddc159;
 }
</style>
border-color css

<style>
 span { border-color: #ddc159; }

 span { border-color: rgb(221,193,89); }

 td.TdClassName
 {
   border-color: #ddc159;
 }
 .TagClassName
 {
   border-color: #ddc159;
 }
</style>