#D3C63F

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

Shades of Wattle #D3C63F

Tints of Wattle #D3C63F

Color information

#D3C63F (or 0xD3C63F) is unknown color: approx Wattle. HEX triplet: D3, C6 and 3F. RGB value is (211,198,63). Sum of RGB (Red+Green+Blue) = 211+198+63=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C63F is #2C39C0. Grayscale: #BBBBBB. Windows color (decimal): -2898369 or 4179667. OLE color: 4179667.

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

Color convert

RGB21119863-
CMYK00.060.700.17
HSL54.73º62.71%53.73%-
HSV(B)54.73º70.14%82.75%-
XYZ47.9654.612.71-
YUV186.558.31145.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.70%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 63 (25% from 255) = 13.35%
R=44.70%
G=41.95%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111986300.060.700.1754.7362.7153.73
HexD3C63F064611373f36
Octal323306770610621677766
Binary11010011110001101111110110100011010001110111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C63F; }

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

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

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

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

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

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

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

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