#DDD02C

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

Shades of Wattle #DDD02C

Tints of Wattle #DDD02C

Color information

#DDD02C (or 0xDDD02C) is unknown color: approx Wattle. HEX triplet: DD, D0 and 2C. RGB value is (221,208,44). Sum of RGB (Red+Green+Blue) = 221+208+44=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD02C is #222FD3. Grayscale: #C1C1C1. Windows color (decimal): -2240468 or 2937053. OLE color: 2937053.

HSL color Cylindrical-coordinate representation of color #DDD02C: hue angle of 55.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDD02C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22120844-
CMYK00.060.800.13
HSL55.59º72.24%51.96%-
HSV(B)55.59º80.09%86.67%-
XYZ52.8360.6711.31-
YUV193.1943.81147.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 208 (81.64% from 255) = 43.97%
BLUE value IS 44 (17.58% from 255) = 9.30%
R=46.72%
G=43.97%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212084400.060.800.1355.5972.2451.96
HexDDD02C0650D384834
Octal3353205406120157011064
Binary11011101110100001011000110101000011011110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD02C; }

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

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

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

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

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

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

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

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