#D6D845

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

Shades of Wattle #D6D845

Tints of Wattle #D6D845

Color information

#D6D845 (or 0xD6D845) is unknown color: approx Wattle. HEX triplet: D6, D8 and 45. RGB value is (214,216,69). Sum of RGB (Red+Green+Blue) = 214+216+69=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D845 is #2927BA. Grayscale: #C7C7C7. Windows color (decimal): -2697147 or 4577494. OLE color: 4577494.

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

Color convert

RGB21421669-
CMYK0.0100.680.15
HSL60.82º65.33%55.88%-
HSV(B)60.82º68.06%84.71%-
XYZ53.3663.8415.14-
YUV198.6454.84138.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 69 (27.34% from 255) = 13.83%
R=42.89%
G=43.29%
B=13.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214216690.0100.680.1560.8265.3355.88
HexD6D8451044F3d4138
Octal32633010510104177510170
Binary1101011011011000100010110100010011111111011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D845; }

 p { color: rgb(214,216,69); }

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

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

 a { background-color: rgb(214,216,69); }

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

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

 span { border-color: rgb(214,216,69); }

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