#D2C047

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

Shades of Wattle #D2C047

Tints of Wattle #D2C047

Color information

#D2C047 (or 0xD2C047) is unknown color: approx Wattle. HEX triplet: D2, C0 and 47. RGB value is (210,192,71). Sum of RGB (Red+Green+Blue) = 210+192+71=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C047 is #2D3FB8. Grayscale: #B8B8B8. Windows color (decimal): -2965433 or 4702418. OLE color: 4702418.

HSL color Cylindrical-coordinate representation of color #D2C047: hue angle of 52.23º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2C047 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB21019271-
CMYK00.090.660.18
HSL52.23º60.7%55.1%-
HSV(B)52.23º66.19%82.35%-
XYZ46.5751.8613.52-
YUV183.5964.46146.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 71 (28.12% from 255) = 15.01%
R=44.40%
G=40.59%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101927100.090.660.1852.2360.755.1
HexD2C047094212343d37
Octal32230010701110222647567
Binary1101001011000000100011101001100001010010110100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C047; }

 p { color: rgb(210,192,71); }

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

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

 a { background-color: rgb(210,192,71); }

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

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

 span { border-color: rgb(210,192,71); }

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