#D0C548

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

Shades of Wattle #D0C548

Tints of Wattle #D0C548

Color information

#D0C548 (or 0xD0C548) is unknown color: approx Wattle. HEX triplet: D0, C5 and 48. RGB value is (208,197,72). Sum of RGB (Red+Green+Blue) = 208+197+72=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C548 is #2F3AB7. Grayscale: #BABABA. Windows color (decimal): -3095224 or 4769232. OLE color: 4769232.

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

Color convert

RGB20819772-
CMYK00.050.650.18
HSL55.15º59.13%54.9%-
HSV(B)55.15º65.38%81.57%-
XYZ47.1553.8114.03-
YUV186.0463.64143.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 72 (28.52% from 255) = 15.09%
R=43.61%
G=41.30%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081977200.050.650.1855.1559.1354.9
HexD0C548054112373b37
Octal3203051100510122677367
Binary110100001100010110010000101100000110010110111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C548; }

 p { color: rgb(208,197,72); }

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

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

 a { background-color: rgb(208,197,72); }

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

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

 span { border-color: rgb(208,197,72); }

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