#ddc560

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

Shades of Tacha #DDC560

Tints of Tacha #DDC560

Color information

#DDC560 (or 0xDDC560) is unknown color: approx Tacha. HEX triplet: DD, C5 and 60. RGB value is (221,197,96). Sum of RGB (Red+Green+Blue) = 221+197+96=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC560 is #223A9F. Grayscale: #C1C1C1. Windows color (decimal): -2243232 or 6342109. OLE color: 6342109.

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

Color convert

RGB22119796-
CMYK00.110.570.13
HSL48.48º64.77%62.16%-
HSV(B)48.48º56.56%86.67%-
XYZ51.956.1519.17-
YUV192.6673.45148.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 96 (37.89% from 255) = 18.68%
R=43.00%
G=38.33%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211979600.110.570.1348.4864.7762.16
HexDDC5600B39D30413e
Octal33530514001371156010176
Binary110111011100010111000000101111100111011100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc560; }

 p { color: rgb(221,197,96); }

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

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

 a { background-color: rgb(221,197,96); }

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

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

 span { border-color: rgb(221,197,96); }

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