#DDC23A

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

Shades of Wattle #DDC23A

Tints of Wattle #DDC23A

Color information

#DDC23A (or 0xDDC23A) is unknown color: approx Wattle. HEX triplet: DD, C2 and 3A. RGB value is (221,194,58). Sum of RGB (Red+Green+Blue) = 221+194+58=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC23A is #223DC5. Grayscale: #BBBBBB. Windows color (decimal): -2244038 or 3850973. OLE color: 3850973.

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

Color convert

RGB22119458-
CMYK00.120.740.13
HSL50.06º70.56%54.71%-
HSV(B)50.06º73.76%86.67%-
XYZ49.8754.2611.85-
YUV186.5755.45152.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 58 (23.05% from 255) = 12.26%
R=46.72%
G=41.01%
B=12.26%

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
Decimal2211945800.120.740.1350.0670.5654.71
HexDDC23A0C4AD324737
Octal33530272014112156210767
Binary110111011100001011101001100100101011011100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC23A; }

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

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

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

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

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

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

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

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