#D1C42F

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

Shades of Wattle #D1C42F

Tints of Wattle #D1C42F

Color information

#D1C42F (or 0xD1C42F) is unknown color: approx Wattle. HEX triplet: D1, C4 and 2F. RGB value is (209,196,47). Sum of RGB (Red+Green+Blue) = 209+196+47=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C42F is #2E3BD0. Grayscale: #B7B7B7. Windows color (decimal): -3029969 or 3130577. OLE color: 3130577.

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

Color convert

RGB20919647-
CMYK00.060.780.18
HSL55.19º63.78%50.2%-
HSV(B)55.19º77.51%81.96%-
XYZ46.5553.2410.51-
YUV182.951.31146.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 196 (76.95% from 255) = 43.36%
BLUE value IS 47 (18.75% from 255) = 10.40%
R=46.24%
G=43.36%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091964700.060.780.1855.1963.7850.2
HexD1C42F064E12374032
Octal3213045706116226710062
Binary110100011100010010111101101001110100101101111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C42F; }

 p { color: rgb(209,196,47); }

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

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

 a { background-color: rgb(209,196,47); }

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

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

 span { border-color: rgb(209,196,47); }

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