#D4C535

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

Shades of Wattle #D4C535

Tints of Wattle #D4C535

Color information

#D4C535 (or 0xD4C535) is unknown color: approx Wattle. HEX triplet: D4, C5 and 35. RGB value is (212,197,53). Sum of RGB (Red+Green+Blue) = 212+197+53=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C535 is #2B3ACA. Grayscale: #B9B9B9. Windows color (decimal): -2833099 or 3524052. OLE color: 3524052.

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

Color convert

RGB21219753-
CMYK00.070.750.17
HSL54.34º64.9%51.96%-
HSV(B)54.34º75%83.14%-
XYZ47.7654.1911.31-
YUV185.0753.47147.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 53 (21.09% from 255) = 11.47%
R=45.89%
G=42.64%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121975300.070.750.1754.3464.951.96
HexD4C535074B11364134
Octal3243056507113216610164
Binary110101001100010111010101111001011100011101101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C535; }

 p { color: rgb(212,197,53); }

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

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

 a { background-color: rgb(212,197,53); }

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

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

 span { border-color: rgb(212,197,53); }

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