#D1D341

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

Shades of Wattle #D1D341

Tints of Wattle #D1D341

Color information

#D1D341 (or 0xD1D341) is unknown color: approx Wattle. HEX triplet: D1, D3 and 41. RGB value is (209,211,65). Sum of RGB (Red+Green+Blue) = 209+211+65=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D341 is #2E2CBE. Grayscale: #C2C2C2. Windows color (decimal): -3026111 or 4314065. OLE color: 4314065.

HSL color Cylindrical-coordinate representation of color #D1D341: hue angle of 60.82º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1D341 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB20921165-
CMYK0.0100.690.17
HSL60.82º62.39%54.12%-
HSV(B)60.82º69.19%82.75%-
XYZ50.5460.5314.02-
YUV193.7655.34138.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 65 (25.78% from 255) = 13.40%
R=43.09%
G=43.51%
B=13.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal209211650.0100.690.1760.8262.3954.12
HexD1D3411045113d3e36
Octal3213231011010521757666
Binary1101000111010011100000110100010110001111101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D341; }

 p { color: rgb(209,211,65); }

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

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

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

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

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

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

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