#D0D441

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

Shades of Wattle #D0D441

Tints of Wattle #D0D441

Color information

#D0D441 (or 0xD0D441) is unknown color: approx Wattle. HEX triplet: D0, D4 and 41. RGB value is (208,212,65). Sum of RGB (Red+Green+Blue) = 208+212+65=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D441 is #2F2BBE. Grayscale: #C2C2C2. Windows color (decimal): -3091391 or 4314320. OLE color: 4314320.

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

Color convert

RGB20821265-
CMYK0.0200.690.17
HSL61.63º63.09%54.31%-
HSV(B)61.63º69.34%83.14%-
XYZ50.5160.8814.09-
YUV194.0555.17137.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 65 (25.78% from 255) = 13.40%
R=42.89%
G=43.71%
B=13.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208212650.0200.690.1761.6363.0954.31
HexD0D4412045113e3f36
Octal3203241012010521767766
Binary11010000110101001000001100100010110001111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D441; }

 p { color: rgb(208,212,65); }

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

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

 a { background-color: rgb(208,212,65); }

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

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

 span { border-color: rgb(208,212,65); }

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