#D3D141

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

Shades of Wattle #D3D141

Tints of Wattle #D3D141

Color information

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

HSL color Cylindrical-coordinate representation of color #D3D141: hue angle of 59.18º 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 #D3D141 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21120965-
CMYK00.010.690.17
HSL59.18º62.39%54.12%-
HSV(B)59.18º69.19%82.75%-
XYZ50.6259.8313.88-
YUV193.1855.66140.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112096500.010.690.1759.1862.3954.12
HexD3D1410145113b3e36
Octal3233211010110521737666
Binary1101001111010001100000101100010110001111011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D141; }

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

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

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

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

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

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

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

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