#D1C748

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

Shades of Wattle #D1C748

Tints of Wattle #D1C748

Color information

#D1C748 (or 0xD1C748) is unknown color: approx Wattle. HEX triplet: D1, C7 and 48. RGB value is (209,199,72). Sum of RGB (Red+Green+Blue) = 209+199+72=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C748 is #2E38B7. Grayscale: #BCBCBC. Windows color (decimal): -3029176 or 4769745. OLE color: 4769745.

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

Color convert

RGB20919972-
CMYK00.050.660.18
HSL55.62º59.83%55.1%-
HSV(B)55.62º65.55%81.96%-
XYZ47.8954.8714.2-
YUV187.5162.81143.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 72 (28.52% from 255) = 15%
R=43.54%
G=41.46%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091997200.050.660.1855.6259.8355.1
HexD1C748054212383c37
Octal3213071100510222707467
Binary110100011100011110010000101100001010010111000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C748; }

 p { color: rgb(209,199,72); }

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

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

 a { background-color: rgb(209,199,72); }

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

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

 span { border-color: rgb(209,199,72); }

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