#D2C146

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

Shades of Wattle #D2C146

Tints of Wattle #D2C146

Color information

#D2C146 (or 0xD2C146) is unknown color: approx Wattle. HEX triplet: D2, C1 and 46. RGB value is (210,193,70). Sum of RGB (Red+Green+Blue) = 210+193+70=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C146 is #2D3EB9. Grayscale: #B8B8B8. Windows color (decimal): -2965178 or 4637138. OLE color: 4637138.

HSL color Cylindrical-coordinate representation of color #D2C146: hue angle of 52.71º 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 #D2C146 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB21019370-
CMYK00.080.670.18
HSL52.71º60.87%54.9%-
HSV(B)52.71º66.67%82.35%-
XYZ46.7552.2813.42-
YUV184.0663.63146.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 70 (27.73% from 255) = 14.80%
R=44.40%
G=40.80%
B=14.80%

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
Decimal2101937000.080.670.1852.7160.8754.9
HexD2C146084312353d37
Octal32230110601010322657567
Binary1101001011000001100011001000100001110010110101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C146; }

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

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

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

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

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

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

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

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