#D0C53E

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

Shades of Wattle #D0C53E

Tints of Wattle #D0C53E

Color information

#D0C53E (or 0xD0C53E) is unknown color: approx Wattle. HEX triplet: D0, C5 and 3E. RGB value is (208,197,62). Sum of RGB (Red+Green+Blue) = 208+197+62=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C53E is #2F3AC1. Grayscale: #B9B9B9. Windows color (decimal): -3095234 or 4113872. OLE color: 4113872.

HSL color Cylindrical-coordinate representation of color #D0C53E: hue angle of 55.48º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0C53E is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB20819762-
CMYK00.050.700.18
HSL55.48º60.83%52.94%-
HSV(B)55.48º70.19%81.57%-
XYZ46.8553.6912.45-
YUV184.958.64144.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 62 (24.61% from 255) = 13.28%
R=44.54%
G=42.18%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081976200.050.700.1855.4860.8352.94
HexD0C53E054612373d35
Octal320305760510622677565
Binary11010000110001011111100101100011010010110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C53E; }

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

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

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

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

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

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

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

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