#DDD03D

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

Shades of Wattle #DDD03D

Tints of Wattle #DDD03D

Color information

#DDD03D (or 0xDDD03D) is unknown color: approx Wattle. HEX triplet: DD, D0 and 3D. RGB value is (221,208,61). Sum of RGB (Red+Green+Blue) = 221+208+61=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD03D is #222FC2. Grayscale: #C3C3C3. Windows color (decimal): -2240451 or 4051165. OLE color: 4051165.

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

Color convert

RGB22120861-
CMYK00.060.720.13
HSL55.12º70.18%55.29%-
HSV(B)55.12º72.4%86.67%-
XYZ53.2260.8213.35-
YUV195.1352.31146.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 208 (81.64% from 255) = 42.45%
BLUE value IS 61 (24.22% from 255) = 12.45%
R=45.10%
G=42.45%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212086100.060.720.1355.1270.1855.29
HexDDD03D0648D374637
Octal3353207506110156710667
Binary11011101110100001111010110100100011011101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD03D; }

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

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

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

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

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

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

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

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