#D0D545

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

Shades of Wattle #D0D545

Tints of Wattle #D0D545

Color information

#D0D545 (or 0xD0D545) is unknown color: approx Wattle. HEX triplet: D0, D5 and 45. RGB value is (208,213,69). Sum of RGB (Red+Green+Blue) = 208+213+69=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D545 is #2F2ABA. Grayscale: #C3C3C3. Windows color (decimal): -3091131 or 4576720. OLE color: 4576720.

HSL color Cylindrical-coordinate representation of color #D0D545: hue angle of 62.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0D545 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB20821369-
CMYK0.0200.680.16
HSL62.08º63.16%55.29%-
HSV(B)62.08º67.61%83.53%-
XYZ50.8861.4314.81-
YUV195.0956.84137.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 69 (27.34% from 255) = 14.08%
R=42.45%
G=43.47%
B=14.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208213690.0200.680.1662.0863.1655.29
HexD0D5452044103e3f37
Octal3203251052010420767767
Binary11010000110101011000101100100010010000111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D545; }

 p { color: rgb(208,213,69); }

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

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

 a { background-color: rgb(208,213,69); }

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

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

 span { border-color: rgb(208,213,69); }

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