#DDCD32

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

Shades of Wattle #DDCD32

Tints of Wattle #DDCD32

Color information

#DDCD32 (or 0xDDCD32) is unknown color: approx Wattle. HEX triplet: DD, CD and 32. RGB value is (221,205,50). Sum of RGB (Red+Green+Blue) = 221+205+50=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD32 is #2232CD. Grayscale: #C0C0C0. Windows color (decimal): -2241230 or 3329501. OLE color: 3329501.

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

Color convert

RGB22120550-
CMYK00.070.770.13
HSL54.39º71.55%53.14%-
HSV(B)54.39º77.38%86.67%-
XYZ52.2359.2711.7-
YUV192.1147.8148.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 50 (19.92% from 255) = 10.50%
R=46.43%
G=43.07%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212055000.070.770.1354.3971.5553.14
HexDDCD32074DD364835
Octal3353156207115156611065
Binary11011101110011011100100111100110111011101101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD32; }

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

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

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

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

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

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

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

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