#DAC531

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

Shades of Wattle #DAC531

Tints of Wattle #DAC531

Color information

#DAC531 (or 0xDAC531) is unknown color: approx Wattle. HEX triplet: DA, C5 and 31. RGB value is (218,197,49). Sum of RGB (Red+Green+Blue) = 218+197+49=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC531 is #253ACE. Grayscale: #BBBBBB. Windows color (decimal): -2439887 or 3261914. OLE color: 3261914.

HSL color Cylindrical-coordinate representation of color #DAC531: hue angle of 52.54º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAC531 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB21819749-
CMYK00.100.780.15
HSL52.54º69.55%52.35%-
HSV(B)52.54º77.52%85.49%-
XYZ49.4355.0610.93-
YUV186.4150.46150.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 49 (19.53% from 255) = 10.56%
R=46.98%
G=42.46%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181974900.100.780.1552.5469.5552.35
HexDAC5310A4EF354634
Octal33230561012116176510664
Binary110110101100010111000101010100111011111101011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC531; }

 p { color: rgb(218,197,49); }

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

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

 a { background-color: rgb(218,197,49); }

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

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

 span { border-color: rgb(218,197,49); }

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