#DDC332

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

Shades of Wattle #DDC332

Tints of Wattle #DDC332

Color information

#DDC332 (or 0xDDC332) is unknown color: approx Wattle. HEX triplet: DD, C3 and 32. RGB value is (221,195,50). Sum of RGB (Red+Green+Blue) = 221+195+50=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC332 is #223CCD. Grayscale: #BABABA. Windows color (decimal): -2243790 or 3326941. OLE color: 3326941.

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

Color convert

RGB22119550-
CMYK00.120.770.13
HSL50.88º71.55%53.14%-
HSV(B)50.88º77.38%86.67%-
XYZ49.9154.6310.93-
YUV186.2451.11152.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 50 (19.92% from 255) = 10.73%
R=47.42%
G=41.85%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211955000.120.770.1350.8871.5553.14
HexDDC3320C4DD334835
Octal33530362014115156311065
Binary110111011100001111001001100100110111011100111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC332; }

 p { color: rgb(221,195,50); }

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

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

 a { background-color: rgb(221,195,50); }

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

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

 span { border-color: rgb(221,195,50); }

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