#D4C231

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

Shades of Wattle #D4C231

Tints of Wattle #D4C231

Color information

#D4C231 (or 0xD4C231) is unknown color: approx Wattle. HEX triplet: D4, C2 and 31. RGB value is (212,194,49). Sum of RGB (Red+Green+Blue) = 212+194+49=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C231 is #2B3DCE. Grayscale: #B7B7B7. Windows color (decimal): -2833871 or 3261140. OLE color: 3261140.

HSL color Cylindrical-coordinate representation of color #D4C231: hue angle of 53.37º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4C231 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB21219449-
CMYK00.080.770.17
HSL53.37º65.46%51.18%-
HSV(B)53.37º76.89%83.14%-
XYZ4752.810.62-
YUV182.8552.46148.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 194 (76.17% from 255) = 42.64%
BLUE value IS 49 (19.53% from 255) = 10.77%
R=46.59%
G=42.64%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121944900.080.770.1753.3765.4651.18
HexD4C231084D11354133
Octal32430261010115216510163
Binary1101010011000010110001010001001101100011101011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C231; }

 p { color: rgb(212,194,49); }

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

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

 a { background-color: rgb(212,194,49); }

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

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

 span { border-color: rgb(212,194,49); }

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