#D3D53E

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

Shades of Wattle #D3D53E

Tints of Wattle #D3D53E

Color information

#D3D53E (or 0xD3D53E) is unknown color: approx Wattle. HEX triplet: D3, D5 and 3E. RGB value is (211,213,62). Sum of RGB (Red+Green+Blue) = 211+213+62=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D53E is #2C2AC1. Grayscale: #C3C3C3. Windows color (decimal): -2894530 or 4117971. OLE color: 4117971.

HSL color Cylindrical-coordinate representation of color #D3D53E: hue angle of 60.79º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3D53E is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21121362-
CMYK0.0100.710.16
HSL60.79º64.26%53.92%-
HSV(B)60.79º70.89%83.53%-
XYZ51.5361.7913.77-
YUV195.1952.84139.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.42%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 62 (24.61% from 255) = 12.76%
R=43.42%
G=43.83%
B=12.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211213620.0100.710.1660.7964.2653.92
HexD3D53E1047103d4036
Octal3233257610107207510066
Binary1101001111010101111110101000111100001111011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D53E; }

 p { color: rgb(211,213,62); }

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

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

 a { background-color: rgb(211,213,62); }

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

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

 span { border-color: rgb(211,213,62); }

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