#D5C53F

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

Shades of Wattle #D5C53F

Tints of Wattle #D5C53F

Color information

#D5C53F (or 0xD5C53F) is unknown color: approx Wattle. HEX triplet: D5, C5 and 3F. RGB value is (213,197,63). Sum of RGB (Red+Green+Blue) = 213+197+63=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C53F is #2A3AC0. Grayscale: #BBBBBB. Windows color (decimal): -2767553 or 4179413. OLE color: 4179413.

HSL color Cylindrical-coordinate representation of color #D5C53F: hue angle of 53.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5C53F is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21319763-
CMYK00.080.700.16
HSL53.6º64.1%54.12%-
HSV(B)53.6º70.42%83.53%-
XYZ48.354.4412.66-
YUV186.5158.3146.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 63 (25% from 255) = 13.32%
R=45.03%
G=41.65%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131976300.080.700.1653.664.154.12
HexD5C53F084610364036
Octal32530577010106206610066
Binary1101010111000101111111010001000110100001101101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C53F; }

 p { color: rgb(213,197,63); }

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

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

 a { background-color: rgb(213,197,63); }

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

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

 span { border-color: rgb(213,197,63); }

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