#D6C540

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

Shades of Wattle #D6C540

Tints of Wattle #D6C540

Color information

#D6C540 (or 0xD6C540) is unknown color: approx Wattle. HEX triplet: D6, C5 and 40. RGB value is (214,197,64). Sum of RGB (Red+Green+Blue) = 214+197+64=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C540 is #293ABF. Grayscale: #BBBBBB. Windows color (decimal): -2702016 or 4244950. OLE color: 4244950.

HSL color Cylindrical-coordinate representation of color #D6C540: hue angle of 53.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6C540 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21419764-
CMYK00.080.700.16
HSL53.2º64.66%54.51%-
HSV(B)53.2º70.09%83.92%-
XYZ48.6254.612.83-
YUV186.9258.63147.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 64 (25.39% from 255) = 13.47%
R=45.05%
G=41.47%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141976400.080.700.1653.264.6654.51
HexD6C540084610354137
Octal326305100010106206510167
Binary11010110110001011000000010001000110100001101011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C540; }

 p { color: rgb(214,197,64); }

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

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

 a { background-color: rgb(214,197,64); }

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

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

 span { border-color: rgb(214,197,64); }

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