#D1C542

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

Shades of Wattle #D1C542

Tints of Wattle #D1C542

Color information

#D1C542 (or 0xD1C542) is unknown color: approx Wattle. HEX triplet: D1, C5 and 42. RGB value is (209,197,66). Sum of RGB (Red+Green+Blue) = 209+197+66=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C542 is #2E3ABD. Grayscale: #BABABA. Windows color (decimal): -3029694 or 4376017. OLE color: 4376017.

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

Color convert

RGB20919766-
CMYK00.060.680.18
HSL54.97º60.85%53.92%-
HSV(B)54.97º68.42%81.96%-
XYZ47.2453.8813.06-
YUV185.6560.48144.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 197 (77.34% from 255) = 41.74%
BLUE value IS 66 (26.17% from 255) = 13.98%
R=44.28%
G=41.74%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091976600.060.680.1854.9760.8553.92
HexD1C542064412373d36
Octal3213051020610422677566
Binary110100011100010110000100110100010010010110111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C542; }

 p { color: rgb(209,197,66); }

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

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

 a { background-color: rgb(209,197,66); }

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

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

 span { border-color: rgb(209,197,66); }

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