#D0D144

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

Shades of Wattle #D0D144

Tints of Wattle #D0D144

Color information

#D0D144 (or 0xD0D144) is unknown color: approx Wattle. HEX triplet: D0, D1 and 44. RGB value is (208,209,68). Sum of RGB (Red+Green+Blue) = 208+209+68=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D144 is #2F2EBB. Grayscale: #C1C1C1. Windows color (decimal): -3092156 or 4510160. OLE color: 4510160.

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

Color convert

RGB20820968-
CMYK0.0000.670.18
HSL60.43º60.52%54.31%-
HSV(B)60.43º67.46%81.96%-
XYZ49.8659.4314.31-
YUV192.6357.67138.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 68 (26.95% from 255) = 14.02%
R=42.89%
G=43.09%
B=14.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208209680.0000.670.1860.4360.5254.31
HexD0D1440043123c3d36
Octal3203211040010322747566
Binary1101000011010001100010000100001110010111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D144; }

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

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

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

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

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

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

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

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