#D4D342

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

Shades of Wattle #D4D342

Tints of Wattle #D4D342

Color information

#D4D342 (or 0xD4D342) is unknown color: approx Wattle. HEX triplet: D4, D3 and 42. RGB value is (212,211,66). Sum of RGB (Red+Green+Blue) = 212+211+66=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D342 is #2B2CBD. Grayscale: #C3C3C3. Windows color (decimal): -2829502 or 4379604. OLE color: 4379604.

HSL color Cylindrical-coordinate representation of color #D4D342: hue angle of 59.59º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4D342 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21221166-
CMYK00.000.690.17
HSL59.59º62.93%54.51%-
HSV(B)59.59º68.87%83.14%-
XYZ51.4360.9814.21-
YUV194.7755.33140.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 211 (82.81% from 255) = 43.15%
BLUE value IS 66 (26.17% from 255) = 13.50%
R=43.35%
G=43.15%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122116600.000.690.1759.5962.9354.51
HexD4D3420045113c3f37
Octal3243231020010521747767
Binary1101010011010011100001000100010110001111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D342; }

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

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

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

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

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

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

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

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