#DDCD3E

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

Shades of Wattle #DDCD3E

Tints of Wattle #DDCD3E

Color information

#DDCD3E (or 0xDDCD3E) is unknown color: approx Wattle. HEX triplet: DD, CD and 3E. RGB value is (221,205,62). Sum of RGB (Red+Green+Blue) = 221+205+62=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD3E is #2232C1. Grayscale: #C2C2C2. Windows color (decimal): -2241218 or 4115933. OLE color: 4115933.

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

Color convert

RGB22120562-
CMYK00.070.720.13
HSL53.96º70.04%55.49%-
HSV(B)53.96º71.95%86.67%-
XYZ52.5259.3813.25-
YUV193.4853.8147.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 62 (24.61% from 255) = 12.70%
R=45.29%
G=42.01%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212056200.070.720.1353.9670.0455.49
HexDDCD3E0748D364637
Octal3353157607110156610667
Binary11011101110011011111100111100100011011101101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD3E; }

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

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

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

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

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

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

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

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