#D2D849

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

Shades of Wattle #D2D849

Tints of Wattle #D2D849

Color information

#D2D849 (or 0xD2D849) is unknown color: approx Wattle. HEX triplet: D2, D8 and 49. RGB value is (210,216,73). Sum of RGB (Red+Green+Blue) = 210+216+73=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D849 is #2D27B6. Grayscale: #C6C6C6. Windows color (decimal): -2959287 or 4839634. OLE color: 4839634.

HSL color Cylindrical-coordinate representation of color #D2D849: hue angle of 62.52º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2D849 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21021673-
CMYK0.0300.660.15
HSL62.52º64.71%56.67%-
HSV(B)62.52º66.2%84.71%-
XYZ52.3463.2915.76-
YUV197.957.51136.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 73 (28.91% from 255) = 14.63%
R=42.08%
G=43.29%
B=14.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210216730.0300.660.1562.5264.7156.67
HexD2D8493042F3f4139
Octal32233011130102177710171
Binary11010010110110001001001110100001011111111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D849; }

 p { color: rgb(210,216,73); }

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

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

 a { background-color: rgb(210,216,73); }

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

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

 span { border-color: rgb(210,216,73); }

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