#D1C140

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

Shades of Wattle #D1C140

Tints of Wattle #D1C140

Color information

#D1C140 (or 0xD1C140) is unknown color: approx Wattle. HEX triplet: D1, C1 and 40. RGB value is (209,193,64). Sum of RGB (Red+Green+Blue) = 209+193+64=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C140 is #2E3EBF. Grayscale: #B7B7B7. Windows color (decimal): -3030720 or 4243921. OLE color: 4243921.

HSL color Cylindrical-coordinate representation of color #D1C140: hue angle of 53.38º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1C140 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB20919364-
CMYK00.080.690.18
HSL53.38º61.18%53.53%-
HSV(B)53.38º69.38%81.96%-
XYZ46.2952.0712.46-
YUV183.0860.8146.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 64 (25.39% from 255) = 13.73%
R=44.85%
G=41.42%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091936400.080.690.1853.3861.1853.53
HexD1C140084512353d36
Octal32130110001010522657566
Binary1101000111000001100000001000100010110010110101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C140; }

 p { color: rgb(209,193,64); }

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

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

 a { background-color: rgb(209,193,64); }

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

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

 span { border-color: rgb(209,193,64); }

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