#DDC239

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

Shades of Wattle #DDC239

Tints of Wattle #DDC239

Color information

#DDC239 (or 0xDDC239) is unknown color: approx Wattle. HEX triplet: DD, C2 and 39. RGB value is (221,194,57). Sum of RGB (Red+Green+Blue) = 221+194+57=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC239 is #223DC6. Grayscale: #BBBBBB. Windows color (decimal): -2244039 or 3785437. OLE color: 3785437.

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

Color convert

RGB22119457-
CMYK00.120.740.13
HSL50.12º70.69%54.51%-
HSV(B)50.12º74.21%86.67%-
XYZ49.8554.2511.72-
YUV186.4654.95152.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 57 (22.66% from 255) = 12.08%
R=46.82%
G=41.10%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211945700.120.740.1350.1270.6954.51
HexDDC2390C4AD324737
Octal33530271014112156210767
Binary110111011100001011100101100100101011011100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC239; }

 p { color: rgb(221,194,57); }

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

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

 a { background-color: rgb(221,194,57); }

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

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

 span { border-color: rgb(221,194,57); }

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