#D5D144

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

Shades of Wattle #D5D144

Tints of Wattle #D5D144

Color information

#D5D144 (or 0xD5D144) is unknown color: approx Wattle. HEX triplet: D5, D1 and 44. RGB value is (213,209,68). Sum of RGB (Red+Green+Blue) = 213+209+68=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 68 (26.95% from 255 or 13.88% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D144 is #2A2EBB. Grayscale: #C2C2C2. Windows color (decimal): -2764476 or 4510165. OLE color: 4510165.

HSL color Cylindrical-coordinate representation of color #D5D144: hue angle of 58.34º 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 #D5D144 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21320968-
CMYK00.020.680.16
HSL58.34º63.32%55.1%-
HSV(B)58.34º68.08%83.53%-
XYZ51.2860.1614.38-
YUV194.1256.83141.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 68 (26.95% from 255) = 13.88%
R=43.47%
G=42.65%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132096800.020.680.1658.3463.3255.1
HexD5D1440244103a3f37
Octal3253211040210420727767
Binary11010101110100011000100010100010010000111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D144; }

 p { color: rgb(213,209,68); }

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

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

 a { background-color: rgb(213,209,68); }

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

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

 span { border-color: rgb(213,209,68); }

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