#D4C236

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

Shades of Wattle #D4C236

Tints of Wattle #D4C236

Color information

#D4C236 (or 0xD4C236) is unknown color: approx Wattle. HEX triplet: D4, C2 and 36. RGB value is (212,194,54). Sum of RGB (Red+Green+Blue) = 212+194+54=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C236 is #2B3DC9. Grayscale: #B8B8B8. Windows color (decimal): -2833866 or 3588820. OLE color: 3588820.

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

Color convert

RGB21219454-
CMYK00.080.750.17
HSL53.16º64.75%52.16%-
HSV(B)53.16º74.53%83.14%-
XYZ47.1152.8511.21-
YUV183.4254.96148.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 194 (76.17% from 255) = 42.17%
BLUE value IS 54 (21.48% from 255) = 11.74%
R=46.09%
G=42.17%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121945400.080.750.1753.1664.7552.16
HexD4C236084B11354134
Octal32430266010113216510164
Binary1101010011000010110110010001001011100011101011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C236; }

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

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

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

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

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

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

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

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