#d2c539

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

Shades of Wattle #D2C539

Tints of Wattle #D2C539

Color information

#D2C539 (or 0xD2C539) is unknown color: approx Wattle. HEX triplet: D2, C5 and 39. RGB value is (210,197,57). Sum of RGB (Red+Green+Blue) = 210+197+57=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 57 (22.66% from 255 or 12.28% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C539 is #2D3AC6. Grayscale: #B9B9B9. Windows color (decimal): -2964167 or 3786194. OLE color: 3786194.

HSL color Cylindrical-coordinate representation of color #D2C539: hue angle of 54.9º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2C539 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB21019757-
CMYK00.060.730.18
HSL54.9º62.96%52.35%-
HSV(B)54.9º72.86%82.35%-
XYZ47.2853.9311.79-
YUV184.9355.81145.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 57 (22.66% from 255) = 12.28%
R=45.26%
G=42.46%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101975700.060.730.1854.962.9652.35
HexD2C539064912373f34
Octal322305710611122677764
Binary11010010110001011110010110100100110010110111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2c539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2c539; }

 p { color: rgb(210,197,57); }

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

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

 a { background-color: rgb(210,197,57); }

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

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

 span { border-color: rgb(210,197,57); }

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