#D3C63A

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

Shades of Wattle #D3C63A

Tints of Wattle #D3C63A

Color information

#D3C63A (or 0xD3C63A) is unknown color: approx Wattle. HEX triplet: D3, C6 and 3A. RGB value is (211,198,58). Sum of RGB (Red+Green+Blue) = 211+198+58=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C63A is #2C39C5. Grayscale: #BABABA. Windows color (decimal): -2898374 or 3851987. OLE color: 3851987.

HSL color Cylindrical-coordinate representation of color #D3C63A: hue angle of 54.9º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3C63A is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21119858-
CMYK00.060.730.17
HSL54.9º63.49%52.75%-
HSV(B)54.9º72.51%82.75%-
XYZ47.8254.5412.01-
YUV185.9355.81145.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.18%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 58 (23.05% from 255) = 12.42%
R=45.18%
G=42.40%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111985800.060.730.1754.963.4952.75
HexD3C63A064911373f35
Octal323306720611121677765
Binary11010011110001101110100110100100110001110111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C63A; }

 p { color: rgb(211,198,58); }

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

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

 a { background-color: rgb(211,198,58); }

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

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

 span { border-color: rgb(211,198,58); }

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