#d1c342

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

Shades of Wattle #D1C342

Tints of Wattle #D1C342

Color information

#D1C342 (or 0xD1C342) is unknown color: approx Wattle. HEX triplet: D1, C3 and 42. RGB value is (209,195,66). Sum of RGB (Red+Green+Blue) = 209+195+66=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C342 is #2E3CBD. Grayscale: #B9B9B9. Windows color (decimal): -3030206 or 4375505. OLE color: 4375505.

HSL color Cylindrical-coordinate representation of color #D1C342: hue angle of 54.13º 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 #D1C342 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB20919566-
CMYK00.070.680.18
HSL54.13º60.85%53.92%-
HSV(B)54.13º68.42%81.96%-
XYZ46.7952.9812.91-
YUV184.4861.14145.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 66 (26.17% from 255) = 14.04%
R=44.47%
G=41.49%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091956600.070.680.1854.1360.8553.92
HexD1C342074412363d36
Octal3213031020710422667566
Binary110100011100001110000100111100010010010110110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1c342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1c342; }

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

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

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

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

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

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

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

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