#DDD23D

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

Shades of Wattle #DDD23D

Tints of Wattle #DDD23D

Color information

#DDD23D (or 0xDDD23D) is unknown color: approx Wattle. HEX triplet: DD, D2 and 3D. RGB value is (221,210,61). Sum of RGB (Red+Green+Blue) = 221+210+61=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD23D is #222DC2. Grayscale: #C4C4C4. Windows color (decimal): -2239939 or 4051677. OLE color: 4051677.

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

Color convert

RGB22121061-
CMYK00.050.720.13
HSL55.88º70.18%55.29%-
HSV(B)55.88º72.4%86.67%-
XYZ53.7161.813.51-
YUV196.351.64145.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 210 (82.42% from 255) = 42.68%
BLUE value IS 61 (24.22% from 255) = 12.40%
R=44.92%
G=42.68%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212106100.050.720.1355.8870.1855.29
HexDDD23D0548D384637
Octal3353227505110157010667
Binary11011101110100101111010101100100011011110001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD23D; }

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

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

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

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

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

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

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

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