#D2C044

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

Shades of Wattle #D2C044

Tints of Wattle #D2C044

Color information

#D2C044 (or 0xD2C044) is unknown color: approx Wattle. HEX triplet: D2, C0 and 44. RGB value is (210,192,68). Sum of RGB (Red+Green+Blue) = 210+192+68=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C044 is #2D3FBB. Grayscale: #B7B7B7. Windows color (decimal): -2965436 or 4505810. OLE color: 4505810.

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

Color convert

RGB21019268-
CMYK00.090.680.18
HSL52.39º61.21%54.51%-
HSV(B)52.39º67.62%82.35%-
XYZ46.4751.8213.02-
YUV183.2562.96147.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 68 (26.95% from 255) = 14.47%
R=44.68%
G=40.85%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101926800.090.680.1852.3961.2154.51
HexD2C044094412343d37
Octal32230010401110422647567
Binary1101001011000000100010001001100010010010110100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C044; }

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

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

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

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

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

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

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

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