#D4D245

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

Shades of Wattle #D4D245

Tints of Wattle #D4D245

Color information

#D4D245 (or 0xD4D245) is unknown color: approx Wattle. HEX triplet: D4, D2 and 45. RGB value is (212,210,69). Sum of RGB (Red+Green+Blue) = 212+210+69=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D245 is #2B2DBA. Grayscale: #C3C3C3. Windows color (decimal): -2829755 or 4575956. OLE color: 4575956.

HSL color Cylindrical-coordinate representation of color #D4D245: hue angle of 59.16º 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 #D4D245 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21221069-
CMYK00.010.670.17
HSL59.16º62.45%55.1%-
HSV(B)59.16º67.45%83.14%-
XYZ51.2760.5214.61-
YUV194.5257.16140.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 210 (82.42% from 255) = 42.77%
BLUE value IS 69 (27.34% from 255) = 14.05%
R=43.18%
G=42.77%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122106900.010.670.1759.1662.4555.1
HexD4D2450143113b3e37
Octal3243221050110321737667
Binary1101010011010010100010101100001110001111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D245; }

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

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

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

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

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

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

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

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