#D2D548

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

Shades of Wattle #D2D548

Tints of Wattle #D2D548

Color information

#D2D548 (or 0xD2D548) is unknown color: approx Wattle. HEX triplet: D2, D5 and 48. RGB value is (210,213,72). Sum of RGB (Red+Green+Blue) = 210+213+72=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D548 is #2D2AB7. Grayscale: #C4C4C4. Windows color (decimal): -2960056 or 4773330. OLE color: 4773330.

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

Color convert

RGB21021372-
CMYK0.0100.660.16
HSL61.28º62.67%55.88%-
HSV(B)61.28º66.2%83.53%-
XYZ51.5461.7615.33-
YUV196.0358.01137.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 72 (28.52% from 255) = 14.55%
R=42.42%
G=43.03%
B=14.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210213720.0100.660.1661.2862.6755.88
HexD2D5481042103d3f38
Octal3223251101010220757770
Binary1101001011010101100100010100001010000111101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D548; }

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

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

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

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

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

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

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

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