#D0D139

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

Shades of Wattle #D0D139

Tints of Wattle #D0D139

Color information

#D0D139 (or 0xD0D139) is unknown color: approx Wattle. HEX triplet: D0, D1 and 39. RGB value is (208,209,57). Sum of RGB (Red+Green+Blue) = 208+209+57=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 57 (22.66% from 255 or 12.03% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D139 is #2F2EC6. Grayscale: #BFBFBF. Windows color (decimal): -3092167 or 3789264. OLE color: 3789264.

HSL color Cylindrical-coordinate representation of color #D0D139: hue angle of 60.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0D139 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20820957-
CMYK0.0000.730.18
HSL60.39º62.3%52.16%-
HSV(B)60.39º72.73%81.96%-
XYZ49.5559.3112.71-
YUV191.3752.17139.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 57 (22.66% from 255) = 12.03%
R=43.88%
G=44.09%
B=12.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208209570.0000.730.1860.3962.352.16
HexD0D1390049123c3e34
Octal320321710011122747664
Binary110100001101000111100100100100110010111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D139; }

 p { color: rgb(208,209,57); }

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

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

 a { background-color: rgb(208,209,57); }

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

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

 span { border-color: rgb(208,209,57); }

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