#D2D542

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

Shades of Wattle #D2D542

Tints of Wattle #D2D542

Color information

#D2D542 (or 0xD2D542) is unknown color: approx Wattle. HEX triplet: D2, D5 and 42. RGB value is (210,213,66). Sum of RGB (Red+Green+Blue) = 210+213+66=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D542 is #2D2ABD. Grayscale: #C3C3C3. Windows color (decimal): -2960062 or 4380114. OLE color: 4380114.

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

Color convert

RGB21021366-
CMYK0.0100.690.16
HSL61.22º63.64%54.71%-
HSV(B)61.22º69.01%83.53%-
XYZ51.3661.6814.35-
YUV195.3455.01138.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 66 (26.17% from 255) = 13.50%
R=42.94%
G=43.56%
B=13.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210213660.0100.690.1661.2263.6454.71
HexD2D5421045103d4037
Octal32232510210105207510067
Binary11010010110101011000010101000101100001111011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D542; }

 p { color: rgb(210,213,66); }

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

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

 a { background-color: rgb(210,213,66); }

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

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

 span { border-color: rgb(210,213,66); }

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