#DDC53D

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

Shades of Wattle #DDC53D

Tints of Wattle #DDC53D

Color information

#DDC53D (or 0xDDC53D) is unknown color: approx Wattle. HEX triplet: DD, C5 and 3D. RGB value is (221,197,61). Sum of RGB (Red+Green+Blue) = 221+197+61=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 61 (24.22% from 255 or 12.73% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC53D is #223AC2. Grayscale: #BDBDBD. Windows color (decimal): -2243267 or 4048349. OLE color: 4048349.

HSL color Cylindrical-coordinate representation of color #DDC53D: hue angle of 51º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDC53D is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB22119761-
CMYK00.110.720.13
HSL51º70.18%55.29%-
HSV(B)51º72.4%86.67%-
XYZ50.6355.6412.49-
YUV188.6755.95151.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 61 (24.22% from 255) = 12.73%
R=46.14%
G=41.13%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211976100.110.720.135170.1855.29
HexDDC53D0B48D334637
Octal33530575013110156310667
Binary110111011100010111110101011100100011011100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC53D; }

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

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

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

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

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

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

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

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