#DDC03A

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

Shades of Wattle #DDC03A

Tints of Wattle #DDC03A

Color information

#DDC03A (or 0xDDC03A) is unknown color: approx Wattle. HEX triplet: DD, C0 and 3A. RGB value is (221,192,58). Sum of RGB (Red+Green+Blue) = 221+192+58=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC03A is #223FC5. Grayscale: #B9B9B9. Windows color (decimal): -2244550 or 3850461. OLE color: 3850461.

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

Color convert

RGB22119258-
CMYK00.130.740.13
HSL49.33º70.56%54.71%-
HSV(B)49.33º73.76%86.67%-
XYZ49.4353.3811.7-
YUV185.456.11153.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 192 (75.39% from 255) = 40.76%
BLUE value IS 58 (23.05% from 255) = 12.31%
R=46.92%
G=40.76%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211925800.130.740.1349.3370.5654.71
HexDDC03A0D4AD314737
Octal33530072015112156110767
Binary110111011100000011101001101100101011011100011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC03A; }

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

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

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

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

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

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

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

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