#D5C236

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

Shades of Wattle #D5C236

Tints of Wattle #D5C236

Color information

#D5C236 (or 0xD5C236) is unknown color: approx Wattle. HEX triplet: D5, C2 and 36. RGB value is (213,194,54). Sum of RGB (Red+Green+Blue) = 213+194+54=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C236 is #2A3DC9. Grayscale: #B8B8B8. Windows color (decimal): -2768330 or 3588821. OLE color: 3588821.

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

Color convert

RGB21319454-
CMYK00.090.750.16
HSL52.83º65.43%52.35%-
HSV(B)52.83º74.65%83.53%-
XYZ47.45311.22-
YUV183.7254.79148.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 54 (21.48% from 255) = 11.71%
R=46.20%
G=42.08%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131945400.090.750.1652.8365.4352.35
HexD5C236094B10354134
Octal32530266011113206510164
Binary1101010111000010110110010011001011100001101011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C236; }

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

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

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

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

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

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

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

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