#D2C43A

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

Shades of Wattle #D2C43A

Tints of Wattle #D2C43A

Color information

#D2C43A (or 0xD2C43A) is unknown color: approx Wattle. HEX triplet: D2, C4 and 3A. RGB value is (210,196,58). Sum of RGB (Red+Green+Blue) = 210+196+58=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C43A is #2D3BC5. Grayscale: #B9B9B9. Windows color (decimal): -2964422 or 3851474. OLE color: 3851474.

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

Color convert

RGB21019658-
CMYK00.070.720.18
HSL54.47º62.81%52.55%-
HSV(B)54.47º72.38%82.35%-
XYZ47.0853.4911.85-
YUV184.4556.64146.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 196 (76.95% from 255) = 42.24%
BLUE value IS 58 (23.05% from 255) = 12.5%
R=45.26%
G=42.24%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101965800.070.720.1854.4762.8152.55
HexD2C43A074812363f35
Octal322304720711022667765
Binary11010010110001001110100111100100010010110110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C43A; }

 p { color: rgb(210,196,58); }

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

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

 a { background-color: rgb(210,196,58); }

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

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

 span { border-color: rgb(210,196,58); }

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