#DDC034

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

Shades of Wattle #DDC034

Tints of Wattle #DDC034

Color information

#DDC034 (or 0xDDC034) is unknown color: approx Wattle. HEX triplet: DD, C0 and 34. RGB value is (221,192,52). Sum of RGB (Red+Green+Blue) = 221+192+52=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC034 is #223FCB. Grayscale: #B9B9B9. Windows color (decimal): -2244556 or 3457245. OLE color: 3457245.

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

Color convert

RGB22119252-
CMYK00.130.760.13
HSL49.7º71.31%53.53%-
HSV(B)49.7º76.47%86.67%-
XYZ49.2953.3210.94-
YUV184.7153.11153.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 52 (20.70% from 255) = 11.18%
R=47.53%
G=41.29%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211925200.130.760.1349.771.3153.53
HexDDC0340D4CD324736
Octal33530064015114156210766
Binary110111011100000011010001101100110011011100101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC034; }

 p { color: rgb(221,192,52); }

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

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

 a { background-color: rgb(221,192,52); }

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

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

 span { border-color: rgb(221,192,52); }

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