#DDD43F

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

Shades of Wattle #DDD43F

Tints of Wattle #DDD43F

Color information

#DDD43F (or 0xDDD43F) is unknown color: approx Wattle. HEX triplet: DD, D4 and 3F. RGB value is (221,212,63). Sum of RGB (Red+Green+Blue) = 221+212+63=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD43F is #222BC0. Grayscale: #C6C6C6. Windows color (decimal): -2239425 or 4183261. OLE color: 4183261.

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

Color convert

RGB22121263-
CMYK00.040.710.13
HSL56.58º69.91%55.69%-
HSV(B)56.58º71.49%86.67%-
XYZ54.2662.8213.97-
YUV197.751.98144.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 63 (25% from 255) = 12.70%
R=44.56%
G=42.74%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212126300.040.710.1356.5869.9155.69
HexDDD43F0447D394638
Octal3353247704107157110670
Binary11011101110101001111110100100011111011110011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD43F; }

 p { color: rgb(221,212,63); }

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

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

 a { background-color: rgb(221,212,63); }

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

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

 span { border-color: rgb(221,212,63); }

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