#D3D142

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

Shades of Wattle #D3D142

Tints of Wattle #D3D142

Color information

#D3D142 (or 0xD3D142) is unknown color: approx Wattle. HEX triplet: D3, D1 and 42. RGB value is (211,209,66). Sum of RGB (Red+Green+Blue) = 211+209+66=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D142 is #2C2EBD. Grayscale: #C1C1C1. Windows color (decimal): -2895550 or 4379091. OLE color: 4379091.

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

Color convert

RGB21120966-
CMYK00.010.690.17
HSL59.17º62.23%54.31%-
HSV(B)59.17º68.72%82.75%-
XYZ50.6559.8414.04-
YUV193.356.16140.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.42%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 66 (26.17% from 255) = 13.58%
R=43.42%
G=43.00%
B=13.58%

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
Decimal2112096600.010.690.1759.1762.2354.31
HexD3D1420145113b3e36
Octal3233211020110521737666
Binary1101001111010001100001001100010110001111011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D142; }

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

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

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

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

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

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

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

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