#D4C53B

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

Shades of Wattle #D4C53B

Tints of Wattle #D4C53B

Color information

#D4C53B (or 0xD4C53B) is unknown color: approx Wattle. HEX triplet: D4, C5 and 3B. RGB value is (212,197,59). Sum of RGB (Red+Green+Blue) = 212+197+59=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C53B is #2B3AC4. Grayscale: #BABABA. Windows color (decimal): -2833093 or 3917268. OLE color: 3917268.

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

Color convert

RGB21219759-
CMYK00.070.720.17
HSL54.12º64.02%53.14%-
HSV(B)54.12º72.17%83.14%-
XYZ47.9154.2512.08-
YUV185.7556.47146.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 59 (23.44% from 255) = 12.61%
R=45.30%
G=42.09%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121975900.070.720.1754.1264.0253.14
HexD4C53B074811364035
Octal3243057307110216610065
Binary110101001100010111101101111001000100011101101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C53B; }

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

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

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

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

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

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

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

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