#D2C145

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

Shades of Wattle #D2C145

Tints of Wattle #D2C145

Color information

#D2C145 (or 0xD2C145) is unknown color: approx Wattle. HEX triplet: D2, C1 and 45. RGB value is (210,193,69). Sum of RGB (Red+Green+Blue) = 210+193+69=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C145 is #2D3EBA. Grayscale: #B8B8B8. Windows color (decimal): -2965179 or 4571602. OLE color: 4571602.

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

Color convert

RGB21019369-
CMYK00.080.670.18
HSL52.77º61.04%54.71%-
HSV(B)52.77º67.14%82.35%-
XYZ46.7252.2713.26-
YUV183.9563.13146.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 69 (27.34% from 255) = 14.62%
R=44.49%
G=40.89%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101936900.080.670.1852.7761.0454.71
HexD2C145084312353d37
Octal32230110501010322657567
Binary1101001011000001100010101000100001110010110101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C145; }

 p { color: rgb(210,193,69); }

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

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

 a { background-color: rgb(210,193,69); }

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

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

 span { border-color: rgb(210,193,69); }

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