#D3D442

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

Shades of Wattle #D3D442

Tints of Wattle #D3D442

Color information

#D3D442 (or 0xD3D442) is unknown color: approx Wattle. HEX triplet: D3, D4 and 42. RGB value is (211,212,66). Sum of RGB (Red+Green+Blue) = 211+212+66=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D442 is #2C2BBD. Grayscale: #C3C3C3. Windows color (decimal): -2894782 or 4379859. OLE color: 4379859.

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

Color convert

RGB21121266-
CMYK0.0000.690.17
HSL60.41º62.93%54.51%-
HSV(B)60.41º68.87%83.14%-
XYZ51.3961.3314.28-
YUV195.0655.17139.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.15%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 66 (26.17% from 255) = 13.50%
R=43.15%
G=43.35%
B=13.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211212660.0000.690.1760.4162.9354.51
HexD3D4420045113c3f37
Octal3233241020010521747767
Binary1101001111010100100001000100010110001111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D442; }

 p { color: rgb(211,212,66); }

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

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

 a { background-color: rgb(211,212,66); }

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

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

 span { border-color: rgb(211,212,66); }

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