#D9D442

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

Shades of Wattle #D9D442

Tints of Wattle #D9D442

Color information

#D9D442 (or 0xD9D442) is unknown color: approx Wattle. HEX triplet: D9, D4 and 42. RGB value is (217,212,66). Sum of RGB (Red+Green+Blue) = 217+212+66=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D442 is #262BBD. Grayscale: #C5C5C5. Windows color (decimal): -2501566 or 4379865. OLE color: 4379865.

HSL color Cylindrical-coordinate representation of color #D9D442: hue angle of 58.01º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9D442 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21721266-
CMYK00.020.700.15
HSL58.01º66.52%55.49%-
HSV(B)58.01º69.59%85.1%-
XYZ53.1462.2314.37-
YUV196.8554.16142.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 66 (26.17% from 255) = 13.33%
R=43.84%
G=42.83%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172126600.020.700.1558.0166.5255.49
HexD9D4420246F3a4337
Octal33132410202106177210367
Binary11011001110101001000010010100011011111110101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D442; }

 p { color: rgb(217,212,66); }

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

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

 a { background-color: rgb(217,212,66); }

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

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

 span { border-color: rgb(217,212,66); }

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