#D7D344

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

Shades of Wattle #D7D344

Tints of Wattle #D7D344

Color information

#D7D344 (or 0xD7D344) is unknown color: approx Wattle. HEX triplet: D7, D3 and 44. RGB value is (215,211,68). Sum of RGB (Red+Green+Blue) = 215+211+68=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 68 (26.95% from 255 or 13.77% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D344 is #282CBB. Grayscale: #C4C4C4. Windows color (decimal): -2632892 or 4510679. OLE color: 4510679.

HSL color Cylindrical-coordinate representation of color #D7D344: hue angle of 58.37º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7D344 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21521168-
CMYK00.020.680.16
HSL58.37º64.76%55.49%-
HSV(B)58.37º68.37%84.31%-
XYZ52.3661.4514.57-
YUV195.8955.83141.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 211 (82.81% from 255) = 42.71%
BLUE value IS 68 (26.95% from 255) = 13.77%
R=43.52%
G=42.71%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152116800.020.680.1658.3764.7655.49
HexD7D3440244103a4137
Octal32732310402104207210167
Binary110101111101001110001000101000100100001110101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D344; }

 p { color: rgb(215,211,68); }

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

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

 a { background-color: rgb(215,211,68); }

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

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

 span { border-color: rgb(215,211,68); }

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