#DDD23A

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

Shades of Wattle #DDD23A

Tints of Wattle #DDD23A

Color information

#DDD23A (or 0xDDD23A) is unknown color: approx Wattle. HEX triplet: DD, D2 and 3A. RGB value is (221,210,58). Sum of RGB (Red+Green+Blue) = 221+210+58=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD23A is #222DC5. Grayscale: #C4C4C4. Windows color (decimal): -2239942 or 3855069. OLE color: 3855069.

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

Color convert

RGB22121058-
CMYK00.050.740.13
HSL55.95º70.56%54.71%-
HSV(B)55.95º73.76%86.67%-
XYZ53.6361.7713.1-
YUV195.9650.14145.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 210 (82.42% from 255) = 42.94%
BLUE value IS 58 (23.05% from 255) = 11.86%
R=45.19%
G=42.94%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212105800.050.740.1355.9570.5654.71
HexDDD23A054AD384737
Octal3353227205112157010767
Binary11011101110100101110100101100101011011110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD23A; }

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

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

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

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

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

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

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

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