#D0D049

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

Shades of Wattle #D0D049

Tints of Wattle #D0D049

Color information

#D0D049 (or 0xD0D049) is unknown color: approx Wattle. HEX triplet: D0, D0 and 49. RGB value is (208,208,73). Sum of RGB (Red+Green+Blue) = 208+208+73=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D049 is #2F2FB6. Grayscale: #C1C1C1. Windows color (decimal): -3092407 or 4837584. OLE color: 4837584.

HSL color Cylindrical-coordinate representation of color #D0D049: hue angle of 60º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0D049 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB20820873-
CMYK000.650.18
HSL60º58.95%55.1%-
HSV(B)60º64.9%81.57%-
XYZ49.775915.07-
YUV192.6160.5138.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 208 (81.64% from 255) = 42.54%
BLUE value IS 73 (28.91% from 255) = 14.93%
R=42.54%
G=42.54%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820873000.650.186058.9555.1
HexD0D0490041123c3b37
Octal3203201110010122747367
Binary1101000011010000100100100100000110010111100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D049; }

 p { color: rgb(208,208,73); }

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

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

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

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

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

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

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