#D4D045

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

Shades of Wattle #D4D045

Tints of Wattle #D4D045

Color information

#D4D045 (or 0xD4D045) is unknown color: approx Wattle. HEX triplet: D4, D0 and 45. RGB value is (212,208,69). Sum of RGB (Red+Green+Blue) = 212+208+69=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D045 is #2B2FBA. Grayscale: #C1C1C1. Windows color (decimal): -2830267 or 4575444. OLE color: 4575444.

HSL color Cylindrical-coordinate representation of color #D4D045: hue angle of 58.32º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4D045 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21220869-
CMYK00.020.670.17
HSL58.32º62.45%55.1%-
HSV(B)58.32º67.45%83.14%-
XYZ50.7859.5414.45-
YUV193.3557.83141.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 208 (81.64% from 255) = 42.54%
BLUE value IS 69 (27.34% from 255) = 14.11%
R=43.35%
G=42.54%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122086900.020.670.1758.3262.4555.1
HexD4D0450243113a3e37
Octal3243201050210321727667
Binary11010100110100001000101010100001110001111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D045; }

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

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

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

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

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

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

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

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