#D1D145

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

Shades of Wattle #D1D145

Tints of Wattle #D1D145

Color information

#D1D145 (or 0xD1D145) is unknown color: approx Wattle. HEX triplet: D1, D1 and 45. RGB value is (209,209,69). Sum of RGB (Red+Green+Blue) = 209+209+69=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D145 is #2E2EBA. Grayscale: #C1C1C1. Windows color (decimal): -3026619 or 4575697. OLE color: 4575697.

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

Color convert

RGB20920969-
CMYK000.670.18
HSL60º60.34%54.51%-
HSV(B)60º66.99%81.96%-
XYZ50.1759.5914.49-
YUV193.0458139.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 209 (82.03% from 255) = 42.92%
BLUE value IS 69 (27.34% from 255) = 14.17%
R=42.92%
G=42.92%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920969000.670.186060.3454.51
HexD1D1450043123c3c37
Octal3213211050010322747467
Binary1101000111010001100010100100001110010111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D145; }

 p { color: rgb(209,209,69); }

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

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

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

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

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

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

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