#D5D045

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

Shades of Wattle #D5D045

Tints of Wattle #D5D045

Color information

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

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

Color convert

RGB21320869-
CMYK00.020.680.16
HSL57.92º63.16%55.29%-
HSV(B)57.92º67.61%83.53%-
XYZ51.0759.6914.46-
YUV193.6557.66141.8-

RGB Variations

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

RGB

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

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
Decimal2132086900.020.680.1657.9263.1655.29
HexD5D0450244103a3f37
Octal3253201050210420727767
Binary11010101110100001000101010100010010000111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D045; }

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

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

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

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

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

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

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

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