#D4D038

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

Shades of Wattle #D4D038

Tints of Wattle #D4D038

Color information

#D4D038 (or 0xD4D038) is unknown color: approx Wattle. HEX triplet: D4, D0 and 38. RGB value is (212,208,56). Sum of RGB (Red+Green+Blue) = 212+208+56=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D038 is #2B2FC7. Grayscale: #C0C0C0. Windows color (decimal): -2830280 or 3723476. OLE color: 3723476.

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

Color convert

RGB21220856-
CMYK00.020.740.17
HSL58.46º64.46%52.55%-
HSV(B)58.46º73.58%83.14%-
XYZ50.4259.3912.55-
YUV191.8751.33142.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 208 (81.64% from 255) = 43.70%
BLUE value IS 56 (22.27% from 255) = 11.76%
R=44.54%
G=43.70%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122085600.020.740.1758.4664.4652.55
HexD4D038024A113a4035
Octal3243207002112217210065
Binary11010100110100001110000101001010100011110101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D038; }

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

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

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

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

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

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

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

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