#D5C331

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

Shades of Wattle #D5C331

Tints of Wattle #D5C331

Color information

#D5C331 (or 0xD5C331) is unknown color: approx Wattle. HEX triplet: D5, C3 and 31. RGB value is (213,195,49). Sum of RGB (Red+Green+Blue) = 213+195+49=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C331 is #2A3CCE. Grayscale: #B8B8B8. Windows color (decimal): -2768079 or 3261397. OLE color: 3261397.

HSL color Cylindrical-coordinate representation of color #D5C331: hue angle of 53.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5C331 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB21319549-
CMYK00.080.770.16
HSL53.41º66.13%51.37%-
HSV(B)53.41º77%83.53%-
XYZ47.5153.410.71-
YUV183.7451.96148.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 49 (19.53% from 255) = 10.72%
R=46.61%
G=42.67%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131954900.080.770.1653.4166.1351.37
HexD5C331084D10354233
Octal32530361010115206510263
Binary1101010111000011110001010001001101100001101011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C331; }

 p { color: rgb(213,195,49); }

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

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

 a { background-color: rgb(213,195,49); }

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

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

 span { border-color: rgb(213,195,49); }

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