#D9D13A

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

Shades of Wattle #D9D13A

Tints of Wattle #D9D13A

Color information

#D9D13A (or 0xD9D13A) is unknown color: approx Wattle. HEX triplet: D9, D1 and 3A. RGB value is (217,209,58). Sum of RGB (Red+Green+Blue) = 217+209+58=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D13A is #262EC5. Grayscale: #C2C2C2. Windows color (decimal): -2502342 or 3854809. OLE color: 3854809.

HSL color Cylindrical-coordinate representation of color #D9D13A: hue angle of 56.98º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9D13A is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB21720958-
CMYK00.040.730.15
HSL56.98º67.66%53.92%-
HSV(B)56.98º73.27%85.1%-
XYZ52.1860.6612.96-
YUV194.1851.15144.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 58 (23.05% from 255) = 11.98%
R=44.83%
G=43.18%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172095800.040.730.1556.9867.6653.92
HexD9D13A0449F394436
Octal3313217204111177110466
Binary11011001110100011110100100100100111111110011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D13A; }

 p { color: rgb(217,209,58); }

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

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

 a { background-color: rgb(217,209,58); }

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

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

 span { border-color: rgb(217,209,58); }

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