#DDC659

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

Shades of Tacha #DDC659

Tints of Tacha #DDC659

Color information

#DDC659 (or 0xDDC659) is unknown color: approx Tacha. HEX triplet: DD, C6 and 59. RGB value is (221,198,89). Sum of RGB (Red+Green+Blue) = 221+198+89=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC659 is #2239A6. Grayscale: #C0C0C0. Windows color (decimal): -2242983 or 5883613. OLE color: 5883613.

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

Color convert

RGB22119889-
CMYK00.100.600.13
HSL49.55º66%60.78%-
HSV(B)49.55º59.73%86.67%-
XYZ51.8256.4817.62-
YUV192.4569.62148.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 89 (35.16% from 255) = 17.52%
R=43.50%
G=38.98%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211988900.100.600.1349.556660.78
HexDDC6590A3CD32423d
Octal33530613101274156210275
Binary110111011100011010110010101011110011011100101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC659; }

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

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

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

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

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

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

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

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