#D0D44B

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

Shades of Wattle #D0D44B

Tints of Wattle #D0D44B

Color information

#D0D44B (or 0xD0D44B) is unknown color: approx Wattle. HEX triplet: D0, D4 and 4B. RGB value is (208,212,75). Sum of RGB (Red+Green+Blue) = 208+212+75=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D44B is #2F2BB4. Grayscale: #C3C3C3. Windows color (decimal): -3091381 or 4969680. OLE color: 4969680.

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

Color convert

RGB20821275-
CMYK0.0200.650.17
HSL61.75º61.43%56.27%-
HSV(B)61.75º64.62%83.14%-
XYZ50.836115.75-
YUV195.1960.17137.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 75 (29.69% from 255) = 15.15%
R=42.02%
G=42.83%
B=15.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208212750.0200.650.1761.7561.4356.27
HexD0D44B2041113e3d38
Octal3203241132010121767570
Binary11010000110101001001011100100000110001111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D44B; }

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

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

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

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

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

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

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

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