#D1C045

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

Shades of Wattle #D1C045

Tints of Wattle #D1C045

Color information

#D1C045 (or 0xD1C045) is unknown color: approx Wattle. HEX triplet: D1, C0 and 45. RGB value is (209,192,69). Sum of RGB (Red+Green+Blue) = 209+192+69=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C045 is #2E3FBA. Grayscale: #B7B7B7. Windows color (decimal): -3030971 or 4571345. OLE color: 4571345.

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

Color convert

RGB20919269-
CMYK00.080.670.18
HSL52.71º60.34%54.51%-
HSV(B)52.71º66.99%81.96%-
XYZ46.2251.6813.17-
YUV183.0663.63146.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 69 (27.34% from 255) = 14.68%
R=44.47%
G=40.85%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091926900.080.670.1852.7160.3454.51
HexD1C045084312353c37
Octal32130010501010322657467
Binary1101000111000000100010101000100001110010110101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C045; }

 p { color: rgb(209,192,69); }

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

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

 a { background-color: rgb(209,192,69); }

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

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

 span { border-color: rgb(209,192,69); }

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